hyprland: Change layerrule to waybar

This commit is contained in:
Donovan Glover 2023-05-12 00:58:34 -04:00
parent 3d0ac37308
commit 34ea4f1ec7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -168,6 +168,7 @@ bind = SUPER_SHIFT, 9, movetoworkspace, 9
bind = SUPER_SHIFT, 0, movetoworkspace, 10 bind = SUPER_SHIFT, 0, movetoworkspace, 10
# Toggle workspaces with super + ctrl + [0-9] # Toggle workspaces with super + ctrl + [0-9]
# TODO: Use 0 to show windows in all workspaces
bind = SUPER_CTRL, 1, exec, ~/.config/hypr/tags.sh 1 bind = SUPER_CTRL, 1, exec, ~/.config/hypr/tags.sh 1
bind = SUPER_CTRL, 2, exec, ~/.config/hypr/tags.sh 2 bind = SUPER_CTRL, 2, exec, ~/.config/hypr/tags.sh 2
bind = SUPER_CTRL, 3, exec, ~/.config/hypr/tags.sh 3 bind = SUPER_CTRL, 3, exec, ~/.config/hypr/tags.sh 3
@ -179,9 +180,7 @@ bind = SUPER_CTRL, 8, exec, ~/.config/hypr/tags.sh 8
bind = SUPER_CTRL, 9, exec, ~/.config/hypr/tags.sh 9 bind = SUPER_CTRL, 9, exec, ~/.config/hypr/tags.sh 9
bind = SUPER_CTRL, 0, exec, ~/.config/hypr/tags.sh 10 bind = SUPER_CTRL, 0, exec, ~/.config/hypr/tags.sh 10
# TODO: Use 0 to show windows in all workspaces layerrule = blur,waybar
layerrule = blur,panel
layerrule = blur,rofi
# Scroll through existing workspaces with super + scroll # Scroll through existing workspaces with super + scroll
bind = SUPER, mouse_down, workspace, e+1 bind = SUPER, mouse_down, workspace, e+1