diff options
author | noa@gaiwan.org | 2024-03-31 14:38:14 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-03-31 14:38:14 +0000 |
commit | e9a986c64efe209b7775ce2d9701dadeb4f2bfb4 (patch) | |
tree | 7f798cf5851c8a790d2e933b8e45844ac4a1f58f | |
parent | 16ead2169137c59458af980230326562bdc754f0 (diff) |
Update jwmrc to call launch helper script instead of rofi directly
-rw-r--r-- | jwmrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jwmrc b/jwmrc index 801f3e6..7a448c6 100644 --- a/jwmrc +++ b/jwmrc @@ -11,7 +11,7 @@ </RootMenu> <Tray x="0" y="-1" autohide="off"> - <TrayButton label="Run">exec:rofi -show combi -modes combi -combi-modes "window,drun,run"</TrayButton> + <TrayButton label="Run">exec:~/Scripts/launch</TrayButton> <Spacer width="2" /> <TaskList maxwidth="256"/> <Dock/> @@ -114,8 +114,9 @@ <Key key="Return">select</Key> <Key key="Escape">escape</Key> - <Key key="XF86Search">exec:rofi -show combi -modes combi -combi-modes "window,drun,run"</Key> - <Key mask="A" key="d">exec:rofi -show combi -modes combi -combi-modes "window,drun,run"</Key> + <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 key="XF86MonBrightnessDown">exec:brightnessctl -d intel_backlight set 5%-</Key> <Key key="XF86MonBrightnessUp">exec:brightnessctl -d intel_backlight set 5%+</Key> |