diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +"Steam Deck" { + mode wm { + button { + dpup key up + dpdown key down + dpleft key left + dpright key right + + a key enter + b key esc + + y exec rofi -show drun -run-command "swaymsg exec {cmd}" + + paddle1 exec swaymsg move workspace 1 + paddle2 exec swaymsg move workspace 2 + + paddle3 exec swaymsg workspace next + paddle4 exec swaymsg workspace prev + + rightshoulder key shift left + rightshoulder key shift right + + guide mode wm + } + } + + button { + guide mode wm + } +} |
