Add playerctl

This commit is contained in:
2021-02-23 11:09:51 +05:30
parent d4a5146923
commit b88c356bcd
2 changed files with 7 additions and 1 deletions

View File

@@ -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".

View File

@@ -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