diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-07-09 01:05:55 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-07-09 01:05:55 +0200 |
commit | 918461abd5f899c076f4c9c3a77fa8e51f9d0abb (patch) | |
tree | 83fdbbd8af932c8443e2465b0df580efabf2d639 /files/sxhkd/sxhkdrc | |
parent | 5353ede3ee31a3022ee7c8107a2c97fbc89de71c (diff) | |
download | configs-918461abd5f899c076f4c9c3a77fa8e51f9d0abb.tar.gz configs-918461abd5f899c076f4c9c3a77fa8e51f9d0abb.zip |
sxhkd: Changed dmenu_run invocation and added quicktext.sh hotkey.
Diffstat (limited to 'files/sxhkd/sxhkdrc')
-rw-r--r-- | files/sxhkd/sxhkdrc | 7 |
1 files 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 - |