Add playerctl
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
# %n progress value if set without any extra characters
|
# %n progress value if set without any extra characters
|
||||||
# %% Literal %
|
# %% Literal %
|
||||||
# Markup is allowed
|
# Markup is allowed
|
||||||
format = "<b>%s</b>\n%b"
|
format = "%i\n<b>%s</b>\n%b"
|
||||||
|
|
||||||
# Alignment of message text.
|
# Alignment of message text.
|
||||||
# Possible values are "left", "center" and "right".
|
# Possible values are "left", "center" and "right".
|
||||||
|
@@ -246,3 +246,9 @@ gaps inner 5
|
|||||||
smart_gaps on
|
smart_gaps on
|
||||||
# for_window [class="*.*"] border pixel 1
|
# for_window [class="*.*"] border pixel 1
|
||||||
bindsym $alt+Control+t exec --no-startup-id xfce4-terminal --drop-down
|
bindsym $alt+Control+t exec --no-startup-id xfce4-terminal --drop-down
|
||||||
|
bindsym Print exec --no-startup-id xfce4-screenshooter -f -s ~/Pictures/Screenshots/
|
||||||
|
bindsym $mod+Print exec --no-startup-id xfce4-screenshooter
|
||||||
|
# Play Pause
|
||||||
|
bindsym XF86AudioPlay exec playerctl play-pause
|
||||||
|
bindsym XF86AudioPause exec playerctl play-pause
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user