Skip to content

Commit 08143c5

Browse files
committed
No longer need these variables
1 parent 261a7dc commit 08143c5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

config/hypr/bindings.conf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# 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)"
63
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
96
bindd = SUPER SHIFT, M, Music, exec, omarchy-launch-or-focus spotify
107
bindd = SUPER SHIFT, N, Editor, exec, omarchy-launch-editor
118
bindd = SUPER SHIFT, T, Activity, exec, omarchy-launch-tui btop

0 commit comments

Comments
 (0)