summary refs log tree commit diff
path: root/jwmrc
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-04-01 07:51:35 +0000
committernoa@gaiwan.org2024-04-01 07:51:35 +0000
commit6dd832f578bde81a763f7a6a33894956575de82d (patch)
tree58934f24c3e730ca1f66982f842f8ab064f167af /jwmrc
parent6741ddfd24531b7b2b2de991fc85011759c64368 (diff)
Add enqueue keybind
Diffstat (limited to 'jwmrc')
-rw-r--r--jwmrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/jwmrc b/jwmrc
index 7a448c6..e7af27d 100644
--- a/jwmrc
+++ b/jwmrc
@@ -116,7 +116,7 @@
 
 	<Key key="XF86Search">exec:~/Scripts/launch</Key>
 	<Key mask="A" key="XF86Search">exec:rofi -show calc -modi calc -no-show-match -no-sort</Key>
-	<Key mask="A" key="p">exec:enqueue</Key>
+	<Key mask="A" key="p">exec:~/Scripts/enqueue</Key>
 
 	<Key key="XF86MonBrightnessDown">exec:brightnessctl -d intel_backlight set 5%-</Key>
 	<Key key="XF86MonBrightnessUp">exec:brightnessctl -d intel_backlight set 5%+</Key>