use st for ncmpcpp

my st has a bigger default font size than alacritty,
and I often have ncmpcpp fullscreened on the hi-dpi screen.
This commit is contained in:
kageru 2020-06-26 18:01:09 +02:00
parent 397442ef06
commit 0594a4768b
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -94,7 +94,7 @@ bindsym $mod+F2 exec qutebrowser
#bindsym $mod+F3 exec st -e zsh -ci ranger
#bindsym $mod+F5 exec st -e zsh -ci ncmpcpp
bindsym $mod+F3 exec alacritty -e ranger
bindsym $mod+F5 exec alacritty -e ncmpcpp
bindsym $mod+F5 exec st -e ncmpcpp
bindsym $mod+t exec --no-startup-id pkill picom
bindsym $mod+Ctrl+t exec --no-startup-id picom -b
bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'"