From 918461abd5f899c076f4c9c3a77fa8e51f9d0abb Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 9 Jul 2020 01:05:55 +0200 Subject: sxhkd: Changed dmenu_run invocation and added quicktext.sh hotkey. --- files/sxhkd/sxhkdrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/sxhkd/sxhkdrc b/files/sxhkd/sxhkdrc index 01cb523..12f6a7f 100644 --- a/files/sxhkd/sxhkdrc +++ b/files/sxhkd/sxhkdrc @@ -5,7 +5,6 @@ # |___/_/\_\_| |_|_|\_\__,_|_| \___| # # Config file for the Simple X HotKey Daemon -# super + Return urxvt -title "floating" -e tmux @@ -14,7 +13,7 @@ super + shift + Return urxvt -e tmux super + x - dmenu_run -l 8 -p "~$" + dmenu_run -c -bw 3 -l 8 -p "~$" # Jump to window super + ctrl + j @@ -94,6 +93,9 @@ super + d super + e ~/scripts/emoji.sh +super + n + ~/scripts/quicktext.sh + super + m ~/scripts/dmenuMount.sh @@ -114,4 +116,3 @@ super + ctrl + p super + z docs.sh - -- cgit v1.2.1