summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config30
1 files changed, 30 insertions, 0 deletions
diff --git a/config b/config
new file mode 100644
index 0000000..0edca1f
--- /dev/null
+++ b/config
@@ -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
+ }
+}