diff options
Diffstat (limited to 'Common/i3')
-rw-r--r-- | Common/i3/config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/i3/config/i3/config b/Common/i3/config/i3/config index e609bd3..552c5dc 100644 --- a/Common/i3/config/i3/config +++ b/Common/i3/config/i3/config @@ -39,8 +39,8 @@ bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:si bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8' # change volume -bindsym XF86AudioRaiseVolume exec amixer -q set Master 5%+ -bindsym XF86AudioLowerVolume exec amixer -q set Master 5%- +bindsym XF86AudioRaiseVolume exec amixer -q set Master 2%+ +bindsym XF86AudioLowerVolume exec amixer -q set Master 2%- bindsym XF86AudioMute exec amixer set Master toggle bindsym XF86AudioMicMute exec amixer set Capture toggle |