diff options
author | Michael Hunteman <michael@huntm.net> | 2023-05-01 13:04:14 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-07-08 18:48:40 -0500 |
commit | 5dd596aa0ea5aba19a5f4c57edaaed7c04403558 (patch) | |
tree | 16f6327211d9bbcbb073f5159244a1e1902ac1ed /.config/sway/desktop |
Initial commit
Diffstat (limited to '.config/sway/desktop')
-rw-r--r-- | .config/sway/desktop | 15 |
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 |