diff options
author | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-09-02 17:56:24 +0400 |
---|---|---|
committer | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-09-02 17:56:24 +0400 |
commit | c58115a4259cb747bf290692892a603ebb1d8cdc (patch) | |
tree | a2bc1d63eb7a7720770b8d3da56cb412491a46b6 /.config/sway/config.d/sound | |
parent | 928fdeaccca5dc17096fe7b1bd14a627c935ceff (diff) |
move configs to .config folder
Diffstat (limited to '.config/sway/config.d/sound')
-rw-r--r-- | .config/sway/config.d/sound | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config.d/sound b/.config/sway/config.d/sound new file mode 100644 index 0000000..0ab1987 --- /dev/null +++ b/.config/sway/config.d/sound @@ -0,0 +1,3 @@ +bindsym XF86AudioMute exec amixer -D pipewire set Master 1+ toggle +bindsym XF86AudioRaiseVolume exec amixer -q sset Master 5%+ +bindsym XF86AudioLowerVolume exec amixer -q sset Master 5%- |