summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-08-09 06:20:47 -0500
committerZachIR <zachir@librem.one>2025-08-09 06:20:47 -0500
commit5ae2d7c455adc599d16e38852313aa772626d919 (patch)
treeed43d63f20e9853556d7761deb14dd57b3623603
parent6607b570e0891d060a0fe6d70f251e9e2a0d9fea (diff)
Update sxhkd for new dmenu
dmenu is a compatibility script for either dmenu proper or tofi; so not all flags are currently supported.
-rwxr-xr-xsxhkd/sxhkdrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 96ca393..125f8fe 100755
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -12,11 +12,15 @@ super + Escape
# program launcher
super + d
- dmenu_run -i -l 15 -h 36 -fn 'JetBrainsMono Nerd Font' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000'
+ dmenu_run -l 15
# desktop application launcher
+super + e
+ j4-dmenu-desktop --dmenu="dmenu -l 15"
+
+# dmenu prompt to restart programs
super + r
- j4-dmenu-desktop --dmenu="dmenu -i -l 15 -h 36 -fn 'JetBrainsMono Nerd Font' -nb '#000' -nf '#c5c8c6' -sb '#198844' -sf '#000'"
+ rs
# dmenu prompt for recording
super + control + r