Update 2023-10-24 16:14 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-10-24 16:14:42 +02:00
parent c9f982ed72
commit 5149974cae
5 changed files with 41 additions and 24 deletions

View File

@@ -41,7 +41,7 @@ warp_pointer = 1
# Custom Quirks
quirk[IPMIView20-IPMIView20:IPMIView20-IPMIView20] = FLOAT + ANYWHERE
quirk[scratchpad] = FLOAT + ANYWHERE + FOCUSPREV
quirk[scratchpad] = WS[-1] + ANYWHERE + FLOAT
quirk[Nsxiv:tabbed] = NOFOCUSONMAP + FOCUSPREV
# Window Manager Keys

View File

@@ -7,6 +7,9 @@ bind[cycle_layout] = MOD+l
bind[flip_layout] = MOD+Shift+l
bind[float_toggle] = MOD+space
bind[free_toggle] = MOD+Shift+space
bind[focus_free] = MOD+Shift+BackSpace
# FOCUS
bind[focus_main] = MOD+m
bind[focus_next] = MOD+Down