summaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorAndrew Pirie <andrew@apirie.uk>2024-08-30 23:55:43 +0100
committerAndrew Pirie <andrew@apirie.uk>2024-08-30 23:55:43 +0100
commit408e54944e964be96ada9d36d85c5d0acb74af39 (patch)
tree6ded7460461b750abfb1f963d0bd8c0c57697ff1 /sway
parent77f0e91688fd5acb541a8c83436cf7ebea9f7349 (diff)
downloaddotfiles-408e54944e964be96ada9d36d85c5d0acb74af39.tar.gz
dotfiles-408e54944e964be96ada9d36d85c5d0acb74af39.zip
sway: add drummer
Diffstat (limited to 'sway')
-rw-r--r--sway/.config/sway/drummer26
1 files changed, 26 insertions, 0 deletions
diff --git a/sway/.config/sway/drummer b/sway/.config/sway/drummer
index e69de29..d892277 100644
--- a/sway/.config/sway/drummer
+++ b/sway/.config/sway/drummer
@@ -0,0 +1,26 @@
+# Sway configuration for "drummer"
+
+set $desk "Samsung Electric Company LC24RG50 HNMN904587"
+output $desk max_render_time 4
+
+input $wacom {
+ map_to_output $desk
+ map_from_region 0.1x0.125 0.725x0.6875
+}
+input $uclogic {
+ map_to_output $desk
+ map_from_region 0.5x0.5 1.0x1.0
+}
+
+bindsym $mod+apostrophe input $wacom map_from_region 0.0x0.0 1.0x1.0; exec notify-send "Wacom" "Drawing area"
+bindsym $mod+numbersign input $wacom map_from_region 0.1x0.125 0.725x0.6875; exec notify-send "Wacom" "Gameplay area"
+
+exec {
+ foot --server
+ mpd
+ yambar
+ mako
+ himitsud
+ gentoo-pipewire-launcher
+ keepassxc
+}