Add spaces for clarity
This commit is contained in:
parent
8325e2d0f8
commit
9e17f38965
1 changed files with 9 additions and 9 deletions
|
@ -166,12 +166,12 @@ bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
# Media keys
|
# Media keys
|
||||||
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
|
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindl = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindl=, XF86AudioPlay, exec, playerctl --player rhythmbox play-pause
|
bindl = , XF86AudioPlay, exec, playerctl --player rhythmbox play-pause
|
||||||
bindl=, XF86AudioPrev, exec, playerctl --player rhythmbox previous
|
bindl = , XF86AudioPrev, exec, playerctl --player rhythmbox previous
|
||||||
bindl=, XF86AudioNext, exec, playerctl --player rhythmbox next
|
bindl = , XF86AudioNext, exec, playerctl --player rhythmbox next
|
||||||
bindl=, XF86MonBrightnessUp, exec, brightnessctl set +5%
|
bindl = , XF86MonBrightnessUp, exec, brightnessctl set +5%
|
||||||
bindl=, XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
bindl = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||||
bindl=, Print, exec, grim
|
bindl = , Print, exec, grim
|
||||||
|
|
Loading…
Reference in a new issue