summaryrefslogtreecommitdiff
path: root/.config/sway/desktop
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/desktop')
-rw-r--r--.config/sway/desktop15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/sway/desktop b/.config/sway/desktop
new file mode 100644
index 0000000..966229e
--- /dev/null
+++ b/.config/sway/desktop
@@ -0,0 +1,15 @@
+#workspace 1 output DP-1
+#workspace 2 output DVI-I-1
+#output DP-1 pos 0,0
+#output DVI-I-1 pos 1920,0
+
+input * {
+ xkb_options caps:escape
+}
+
+# Volume
+bindsym --locked XF86AudioRaiseVolume exec amixer set Master 2%+
+bindsym --locked XF86AudioLowerVolume exec amixer set Master 2%-
+bindsym --locked XF86AudioMute exec amixer set Master toggle
+
+include ~/.config/sway/bar