|
1 | 1 | # Application bindings |
2 | | -$terminal = uwsm-app -- xdg-terminal-exec |
3 | | -$browser = omarchy-launch-browser |
4 | | - |
5 | | -bindd = SUPER, RETURN, Terminal, exec, $terminal --dir="$(omarchy-cmd-terminal-cwd)" |
| 2 | +bindd = SUPER, RETURN, Terminal, exec, uwsm-app -- xdg-terminal-exec --dir="$(omarchy-cmd-terminal-cwd)" |
6 | 3 | bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- nautilus --new-window |
7 | | -bindd = SUPER SHIFT, B, Browser, exec, $browser |
8 | | -bindd = SUPER SHIFT ALT, B, Browser (private), exec, $browser --private |
| 4 | +bindd = SUPER SHIFT, B, Browser, exec, omarchy-launch-browser |
| 5 | +bindd = SUPER SHIFT ALT, B, Browser (private), exec, omarchy-launch-browser --private |
9 | 6 | bindd = SUPER SHIFT, M, Music, exec, omarchy-launch-or-focus spotify |
10 | 7 | bindd = SUPER SHIFT, N, Editor, exec, omarchy-launch-editor |
11 | 8 | bindd = SUPER SHIFT, T, Activity, exec, omarchy-launch-tui btop |
|
0 commit comments