This commit is contained in:
2025-05-16 02:00:58 +02:00
parent 4909fcc7bd
commit 5313f12f97
10 changed files with 3021 additions and 6 deletions

View File

@ -56,6 +56,7 @@ bind = $mainMod SHIFT, h, moveWindow, l
bind = $mainMod SHIFT, l, moveWindow, r
bind = $mainMod SHIFT, k, moveWindow, u
bind = $mainMod SHIFT, j, moveWindow, d
bindm = SUPER, mouse:272, movewindow
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1

View File

@ -46,8 +46,8 @@ decoration {
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 15
passes = 3
size = 14
passes = 2
vibrancy = 0
}
}