diff options
Diffstat (limited to 'jwmrc')
-rw-r--r-- | jwmrc | 2 |
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> |