|
|
@ -104,9 +104,9 @@ input type:touchpad events disabled
|
|
104
|
104
|
|
|
105
|
105
|
bindsym $mod+Shift+l exec swaylock --color 000000
|
|
106
|
106
|
|
|
107
|
|
bindsym XF86AudioLowerVolume exec amixer set Master 5%-
|
|
108
|
|
bindsym XF86AudioRaiseVolume exec amixer set Master 5%+
|
|
109
|
|
bindsym XF86AudioMute exec amixer set Master toggle
|
|
|
107
|
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
|
|
108
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
|
|
109
|
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
110
|
110
|
bindsym XF86AudioPlay exec playerctl play-pause
|
|
111
|
111
|
|
|
112
|
112
|
bindsym $mod+Shift+f exec ~/.bin/toggle-fan
|