diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 76c18e9..1ff8b42 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -9,8 +9,8 @@ super + shift + s super + c compos -super + s; {t,m,n,v} - {tuirent,mails,rss,fm} +super + s; {t,m,n,v,c} + {tuirent,mails,rss,fm,ncmp} super + a; {g,k,l,i} {gimp,keepassxc,libreoffice,inkscape} @@ -35,7 +35,7 @@ super + w {_,shift,ctrl +} Print screenshot {_,--force,--force_area} -{_,shift +} F1 +{_,shift +} Home {_,u}mounter {_,ctrl +} F10 {curl 192.168.1.201/toggle.php && refbar,$BROWSER 192.168.1.201} diff --git a/.local/bin/scripts/mpdrandom b/.local/bin/scripts/mpdrandom index 635231f..aedf882 100755 --- a/.local/bin/scripts/mpdrandom +++ b/.local/bin/scripts/mpdrandom @@ -9,5 +9,3 @@ mpc add "$song" notify-send -u normal "MPD added random song" "$( mpc -f "%artist% - %title%" find filename "$song" )" - -mpc play>/dev/null diff --git a/.local/bin/scripts/ncmp b/.local/bin/scripts/ncmp new file mode 100755 index 0000000..4631872 --- /dev/null +++ b/.local/bin/scripts/ncmp @@ -0,0 +1,5 @@ +#!/bin/sh + +# Run ncmpcpp. + +$TERMINAL -e ncmpcpp