summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}