From 3689b742b2be0cd028d5936fb70ca8cfa89982d2 Mon Sep 17 00:00:00 2001 From: andrzej Date: Fri, 11 Oct 2024 19:31:41 +0200 Subject: [PATCH] workspace scolling, launcher blur --- hyprland/.config/hypr/hyprland.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 421ab55..576c69d 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -222,6 +222,11 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 +#scroll workspaces, cinnamon style + +bind = CTRL ALT, RIGHT, workspace, e+1 +bind = CTRL ALT, LEFT, workspace, e-1 + # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow @@ -246,7 +251,9 @@ bindel = , XF86KbdBrightnessDown, exec, brightnessctl -d smc::kbd_backlight s 10 # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules # Example windowrule v1 -# windowrule = float, ^(kitty)$ + windowrule = noblur, ^(kitty)$ + + layerrule = blur, ^(launcher)$ # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$