From a25224b999267edc12387c01cf24a6e77811a731 Mon Sep 17 00:00:00 2001 From: CramMK Date: Fri, 14 Feb 2020 00:09:11 +0100 Subject: [PATCH] Fix sound --- dotfiles/i3_config | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/i3_config b/dotfiles/i3_config index 0b87520..03ed736 100644 --- a/dotfiles/i3_config +++ b/dotfiles/i3_config @@ -214,9 +214,6 @@ new_window 1pixel bindsym --release $mod+Shift+p exec"import ~/Screenshot-$(date '+%Y%m%d-%H%M%S').png" # Audio and Screen -bindsym XF86AudioMute exec amixer -q set Master toggle -bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 3%- -bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 3%+ bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness