From 94dfde4e969294f14ae6fb335970c7e01e582af3 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 21 Feb 2023 15:13:30 -0600 Subject: just use dmenu instead of barmenu for X11 --- sxhkd/sxhkdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sxhkd/sxhkdrc') diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 2c8f824..13dc223 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -16,7 +16,7 @@ alt + d # desktop application launcher alt + r - j4-dmenu-desktop --dmenu="barmenu -h 24 -l 15" + j4-dmenu-desktop --dmenu="dmenu -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 'barmenu -h 24 -l 15' + ytfzf-launcher -D 'dmenu -h 24 -l 15' # run dmenu interface to spawn browsers alt + super + 1 -- cgit v1.2.3