diff options
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/meta/main.yml | 1 | ||||
| -rw-r--r-- | roles/hyprland/templates/hyprland/autostart.conf.j2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index c22bcc84..8794e8c6 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -11,6 +11,7 @@ dependencies: - role: "waybar" - role: "clipse" - role: "tofi" + - role: "syshud" - role: "hyprcursor" - role: "hyprtheme" galaxy_info: diff --git a/roles/hyprland/templates/hyprland/autostart.conf.j2 b/roles/hyprland/templates/hyprland/autostart.conf.j2 index d110a6bd..164d1df9 100644 --- a/roles/hyprland/templates/hyprland/autostart.conf.j2 +++ b/roles/hyprland/templates/hyprland/autostart.conf.j2 @@ -5,3 +5,4 @@ exec-once = uwsm-app -- mako exec-once = uwsm-app -- waybar exec-once = uwsm-app -- swaybg -i ~/.config/hyprtheme/current/background -m fill exec-once = uwsm-app -- clipse -listen +exec-once = uwsm-app -- syshud |
