From 3db6e11b4480d6d009e80234c42231f2e13ef185 Mon Sep 17 00:00:00 2001 From: samedamci Date: Tue, 2 Jun 2020 13:34:36 +0200 Subject: [PATCH] Update bindings --- .config/sxhkd/sxhkdrc | 6 +++--- .local/bin/scripts/mpdrandom | 2 -- .local/bin/scripts/ncmp | 5 +++++ 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100755 .local/bin/scripts/ncmp 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