add media controls
This commit is contained in:
parent
67d5884662
commit
8b94555c34
1 changed files with 5 additions and 0 deletions
|
@ -203,6 +203,11 @@ bindsym $mod+Mod1+l exec "$lock -f"
|
||||||
bindsym Print exec grim ~/screenshots/$(date +%Y-%m-%d_%H-%m-%s).png
|
bindsym Print exec grim ~/screenshots/$(date +%Y-%m-%d_%H-%m-%s).png
|
||||||
bindsym $mod+Print exec grim -g "$(slurp)" ~/screenshots/$(date +%Y-%m-%d_%H-%m-%s).png
|
bindsym $mod+Print exec grim -g "$(slurp)" ~/screenshots/$(date +%Y-%m-%d_%H-%m-%s).png
|
||||||
|
|
||||||
|
# media
|
||||||
|
bindsym --locked Pause exec playerctl play-pause
|
||||||
|
bindsym $mod+Mod1+n exec playerctl next
|
||||||
|
bindsym $mod+Mod1+p exec playerctl previous
|
||||||
|
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue