diff options
author | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-09-02 17:56:50 +0400 |
---|---|---|
committer | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-09-02 17:56:50 +0400 |
commit | 70091f72f7e1bf228da856f27ae46ec63321ac53 (patch) | |
tree | 898f6cf36efa06abe75cdaa2c047d72a71879836 /sway/config.d/sound | |
parent | c58115a4259cb747bf290692892a603ebb1d8cdc (diff) |
move configs to .config folder
Diffstat (limited to 'sway/config.d/sound')
-rw-r--r-- | sway/config.d/sound | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/config.d/sound b/sway/config.d/sound deleted file mode 100644 index 0ab1987..0000000 --- a/sway/config.d/sound +++ /dev/null @@ -1,3 +0,0 @@ -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%- |