mirror of
https://git.allpurposem.at/mat/WiggleWobble.git
synced 2025-12-23 21:11:29 +01:00
test: add some more decorations w/ config
This commit is contained in:
parent
fe9f30a1a0
commit
b19b163147
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user