test: add some more decorations w/ config

This commit is contained in:
Matias 2025-07-17 15:31:46 +02:00
parent fe9f30a1a0
commit b19b163147
No known key found for this signature in database
GPG Key ID: ED35A6AC65A06B69

View File

@ -5,6 +5,19 @@ monitor=,preferred,auto,1.0
debug { debug {
disable_logs = false disable_logs = false
damage_tracking = true
enable_stdout_logs = true
}
decoration {
rounding = 20
active_opacity = 0.5
shadow {
enabled = true
range = 10
color = 0x00ff00ff
}
} }
################### ###################
@ -18,6 +31,7 @@ bind = $mainMod, return, exec, kitty
bind = $mainMod, X, killactive, bind = $mainMod, X, killactive,
bind = $mainMod, F4, exit, bind = $mainMod, F4, exit,
bind = $mainMod, space, togglefloating, bind = $mainMod, space, togglefloating,
bind = $mainMod, s, togglesplit
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r bind = $mainMod, right, movefocus, r
@ -48,9 +62,6 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod SHIFT, mouse:272, resizewindow bindm = $mainMod SHIFT, mouse:272, resizewindow