mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-18 23:30:44 +02:00
hyprland: Change layerrule to waybar
This commit is contained in:
parent
3d0ac37308
commit
34ea4f1ec7
@ -168,6 +168,7 @@ bind = SUPER_SHIFT, 9, movetoworkspace, 9
|
||||
bind = SUPER_SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# 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, 2, exec, ~/.config/hypr/tags.sh 2
|
||||
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, 0, exec, ~/.config/hypr/tags.sh 10
|
||||
|
||||
# TODO: Use 0 to show windows in all workspaces
|
||||
layerrule = blur,panel
|
||||
layerrule = blur,rofi
|
||||
layerrule = blur,waybar
|
||||
|
||||
# Scroll through existing workspaces with super + scroll
|
||||
bind = SUPER, mouse_down, workspace, e+1
|
||||
|
Loading…
Reference in New Issue
Block a user