diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-21 02:01:29 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-21 02:01:29 +0100 |
commit | b13135f8c52de127046e593d0475a992830eeb20 (patch) | |
tree | b04c1db346d30287419436c9c5c763b95aa4410e /SXHkD/.config | |
parent | d0ae12aec0f17f328853621f86697748debc1dc4 (diff) | |
download | dotfiles-b13135f8c52de127046e593d0475a992830eeb20.tar.gz dotfiles-b13135f8c52de127046e593d0475a992830eeb20.tar.bz2 dotfiles-b13135f8c52de127046e593d0475a992830eeb20.zip |
+hyper a binding for dmenu_run
Diffstat (limited to 'SXHkD/.config')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 8cd5e96..bff2294 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -32,11 +32,11 @@ super + {comma,period} bspc node -z {left -20 0,right 20 0} # Launchers -{super + Return, hyper + a} - notify-send "Launching terminal"; \ - $TERMINAL +super + Return + $TERMINAL;\ + notify-send "Launching terminal"; -super + a +{super,hyper} + a dmenu_run hyper + e |