From 5dd596aa0ea5aba19a5f4c57edaaed7c04403558 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Mon, 1 May 2023 13:04:14 -0500 Subject: Initial commit --- .config/sway/desktop | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/sway/desktop (limited to '.config/sway/desktop') 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 -- cgit v1.2.3