From 1e891297c474e9f2f5533c966dbcc8edd31ed901 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 1 Aug 2022 21:02:16 +0200 Subject: Removed unneeded prefix from script invocations in sxhkd. --- stow/sxhkd/.config/sxhkd/sxhkdrc | 41 ++++++++++++++++++++---------------- stow/sxhkd/.config/sxhkd/sxhkdrcbspc | 1 + 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/stow/sxhkd/.config/sxhkd/sxhkdrc b/stow/sxhkd/.config/sxhkd/sxhkdrc index dcf6020..5556aa9 100644 --- a/stow/sxhkd/.config/sxhkd/sxhkdrc +++ b/stow/sxhkd/.config/sxhkd/sxhkdrc @@ -26,11 +26,11 @@ super + ctrl + x # system control super + ctrl + s - ~/scripts/systemControl.sh + systemControl.sh # lock super + ctrl + shift + l - ~/scripts/i3lock.sh + i3lock.sh # touchpad # super + t @@ -40,26 +40,26 @@ super + ctrl + shift + l # Pulse Audio controls # Increase sound volume XF86Audio{Lower,Raise}Volume - ~/scripts/vol.sh "{-,+}$CONFIG_VOL_CHANGE" + vol.sh "{-,+}$CONFIG_VOL_CHANGE" super + XF86Audio{Lower,Raise}Volume - ~/scripts/vol.sh "{-,+}$CONFIG_BIG_VOL_CHANGE" + vol.sh "{-,+}$CONFIG_BIG_VOL_CHANGE" # Mute sound XF86AudioMute - ~/scripts/vol.sh "mute" + vol.sh "mute" # Select sink super + o - ~/scripts/selectAudioSink.sh + selectAudioSink.sh # Sreen brightness controls # increase screen brightness XF86MonBrightness{Up,Down} - ~/scripts/brightness.sh "{_,-}$CONFIG_BRIGHT_CHANGE" + brightness.sh "{_,-}$CONFIG_BRIGHT_CHANGE" super + XF86MonBrightness{Up,Down} - ~/scripts/brightness.sh "{_,-}$CONFIG_BIG_BRIGHT_CHANGE" + brightness.sh "{_,-}$CONFIG_BIG_BRIGHT_CHANGE" # Media player controls XF86AudioPlay - ~/scripts/cmusPlay.sh + cmusPlay.sh XF86Audio{Prev,Next} cmus-remote -{r,n} && pkill -SIGRTMIN+12 i3blocks @@ -96,28 +96,33 @@ super + r urxvt -title "floating" -e ranger super + shift + c - ~/scripts/dmenuTerm.sh + dmenuTerm.sh super + d - ~/scripts/dmenuDic.sh + dmenuDic.sh super + shift + t dmenutranslate +# Emoji keyboard super + e - ~/scripts/emoji.sh + emoji.sh + +# Emoji keyboard by groups +super + shift + e + emoji.sh -g super + shift + m - ~/scripts/dmenuMount.sh + dmenuMount.sh super + control + m - ~/scripts/dmenuUmount.sh + dmenuUmount.sh super + b - ~/scripts/bluetooth/btConnect.sh + btConnect.sh super + shift + b - ~/scripts/bluetooth/btConnect.sh -d + btConnect.sh -d super + control + shift + c notify-send "$(fortune)" @@ -129,10 +134,10 @@ super + ctrl + f screenRecord.sh super + ctrl + n - ~/scripts/quicktext.sh + quicktext.sh super + ctrl + p - passmenu -i + passmenu -i -c -bw 3 -l 20 -p '🔐' super + z docs.sh diff --git a/stow/sxhkd/.config/sxhkd/sxhkdrcbspc b/stow/sxhkd/.config/sxhkd/sxhkdrcbspc index 629b3f0..cf0f604 100644 --- a/stow/sxhkd/.config/sxhkd/sxhkdrcbspc +++ b/stow/sxhkd/.config/sxhkd/sxhkdrcbspc @@ -4,6 +4,7 @@ # \__ \> <| | | | < (_| | | | (__| |_) \__ \ |_) \ V V /| | | | | | # |___/_/\_\_| |_|_|\_\__,_|_| \___|_.__/|___/ .__/ \_/\_/ |_| |_| |_| # |_| +# # Config file for the Simple X HotKey Daemon with bspwm # Select next or previous monitor -- cgit v1.2.1