From b88c356bcd55156d419d703c377928240e9afa21 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Tue, 23 Feb 2021 11:09:51 +0530 Subject: [PATCH] Add playerctl --- dunst/dunstrc | 2 +- i3/config | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 46a64fd..371e222 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -126,7 +126,7 @@ # %n progress value if set without any extra characters # %% Literal % # Markup is allowed - format = "%s\n%b" + format = "%i\n%s\n%b" # Alignment of message text. # Possible values are "left", "center" and "right". diff --git a/i3/config b/i3/config index 4fe72fb..ab3db5a 100644 --- a/i3/config +++ b/i3/config @@ -246,3 +246,9 @@ gaps inner 5 smart_gaps on # for_window [class="*.*"] border pixel 1 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 +