diff options
author | zachir <zachir@librem.one> | 2023-02-26 10:25:42 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-26 10:25:42 -0600 |
commit | db492afb42b69814618d7cb66ce2090d4f2a0c65 (patch) | |
tree | 7e39e6e5d16833da109d95e6d583ffea6d84da54 /sxhkd/sxhkdrc | |
parent | f4e4f832c82d1044ea61939bd59c4be3f098e239 (diff) |
don't set dmenu height in sxhkd
Diffstat (limited to 'sxhkd/sxhkdrc')
-rwxr-xr-x | sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index cdab083..6ccc6db 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -12,11 +12,11 @@ alt + Escape # program launcher alt + d - dmenu_run -h 24 + dmenu_run # desktop application launcher alt + r - j4-dmenu-desktop --dmenu="dmenu -i -h 24 -l 15" + j4-dmenu-desktop --dmenu="dmenu -i -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 'dmenu -l 15' # run dmenu interface to spawn browsers alt + super + 1 |