workspace scolling, launcher blur

This commit is contained in:
andrzej 2024-10-11 19:31:41 +02:00
parent 383c8dc7af
commit 3689b742b2
1 changed files with 8 additions and 1 deletions

View File

@ -222,6 +222,11 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, 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 # Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow 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 # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
# Example windowrule v1 # Example windowrule v1
# windowrule = float, ^(kitty)$ windowrule = noblur, ^(kitty)$
layerrule = blur, ^(launcher)$
# Example windowrule v2 # Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$