From cdc6027e0dadb6509201a16948acdf99fef937c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 28 Nov 2020 12:38:54 +0100 Subject: [i3] Added playctl --- .i3/config | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.i3/config b/.i3/config index d5f3bba..29f1cce 100644 --- a/.i3/config +++ b/.i3/config @@ -211,12 +211,13 @@ bindsym $mod+Ctrl+Shift+p exec passmenu --type --both -b -fn $dmenu_font bindsym $mod+Shift+b exec firefox bindsym $mod+Shift+m exec thunderbird -# mpc «3 -bindsym $mod+Ctrl+c exec $nsi mpc toggle -bindsym $mod+Ctrl+v exec $nsi mpc stop -bindsym $mod+Ctrl+b exec $nsi mpc next -bindsym $mod+Ctrl+z exec $nsi mpc prev -bindsym $mod+Ctrl+s exec $nsi mpc single +# playerctl «3 +bindsym $mod+Ctrl+c exec $nsi playerctl play-pause +bindsym XF86AudioPlay exec $nsi playerctl play-pause +bindsym $mod+Ctrl+v exec $nsi playerctl stop +bindsym $mod+Ctrl+b exec $nsi playerctl next +bindsym $mod+Ctrl+z exec $nsi playerctl previous +bindsym $mod+Ctrl+n exec $nsi dunstify "Now Playing" "$(playerctl metadata --format "{{ artist }}\n{{ title }}\n({{ album }})")" # Special window rules «1 ################################################ -- cgit v1.2.3