Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Update config_sway_config.base
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoDerp authored Aug 5, 2019
1 parent d455f46 commit 819e039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dooooots/wpg/templates/config_sway_config.base
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ bindsym $mod+r mode "resize"
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{{print $3}}') +5%
bindsym XF86AudioLowerVolume exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{{print $3}}') -5%
bindsym XF86AudioMute exec pactl set-sink-mute $(pacmd list-sinks |awk '/* index:/{{print $3}}') toggle
bindsym --locked XF86AudioStop exec playerctl stop
bindsym --locked XF86AudioPlay exec playerctl play-pause
bindsym --locked XF86AudioNext exec playerctl next
bindsym --locked XF86AudioPrev exec playerctl previous
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
bindsym print exec grim $(xdg-user-dir PICTURES)/$(date +'%Y-%m-%d-%H%M%S_grim.png')

0 comments on commit 819e039

Please sign in to comment.