diff options
author | ZachIR <zachir@librem.one> | 2022-10-12 10:55:53 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2022-10-12 10:55:53 -0500 |
commit | b021e609d50841948b66b3f5aacae52cdebfaec7 (patch) | |
tree | f7cc653e697825bb9f66f52023844bc68fcc3ecf | |
parent | 83e442672f2e33d7f562adbf8f2e937966bab693 (diff) |
use barmenu for sxhkd
-rwxr-xr-x | sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 7deb7ca..222425e 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -16,7 +16,7 @@ alt + d # desktop application launcher alt + r - j4-dmenu-desktop --dmenu="dmenu -h 24 -l 15" + j4-dmenu-desktop --dmenu="barmenu -h 24 -l 15" # dmenu prompt for recording alt + control + r @@ -36,7 +36,7 @@ alt + v # run dmenu interface for ytfzf alt + y - ytfzf-launcher -D 'dmenu -h 24 -l 15' + ytfzf-launcher -D 'barmenu -h 24 -l 15' # run dmenu interface to spawn browsers alt + super + 1 |