From 34ea4f1ec76bae598fe6f2f7172967fc92ec80a1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 12 May 2023 00:58:34 -0400 Subject: [PATCH] hyprland: Change layerrule to waybar --- hyprland/.config/hypr/hyprland.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 29829e45..94e4b2e6 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -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