mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Updates to hyprland, adds waybar (default config for now), adds arch linux notes file to start tracking things that are needed when setting up a new system.
This commit is contained in:
1
systemd/user/default.target.wants/hypr-lid.service
Symbolic link
1
systemd/user/default.target.wants/hypr-lid.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/michael/.config/systemd/user/hypr-lid.service
|
||||
11
systemd/user/hypr-lid.service
Normal file
11
systemd/user/hypr-lid.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Hyprland lid handler using evdev
|
||||
After=graphical.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.local/bin/lid.sh
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user