AutoYADM commit: 2024-11-16 00:53:53

This commit is contained in:
Daniel Fichtinger 2024-11-16 00:53:53 -05:00
parent 84aafb74b1
commit d171071e7d
3 changed files with 362 additions and 1 deletions

View file

@ -123,8 +123,8 @@ keybinds clear-defaults=true {
bind "Alt -" { Resize "Increase"; }
bind "Alt esc" { Resize "Decrease"; }
bind "Alt h" { PreviousSwapLayout; }
bind "Alt ," { NextSwapLayout; }
bind "Alt f" { ToggleFocusFullscreen; }
bind "Alt ," { NextSwapLayout; }
bind "Alt w" { ToggleFloatingPanes; }
bind "Alt z" { TogglePaneFrames; }
bind "Ctrl g" { SwitchToMode "locked"; }