From db492afb42b69814618d7cb66ce2090d4f2a0c65 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 26 Feb 2023 10:25:42 -0600 Subject: don't set dmenu height in sxhkd --- sxhkd/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sxhkd/sxhkdrc') 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 -- cgit v1.2.3