16 lines
815 B
Plaintext
16 lines
815 B
Plaintext
# Application bindings
|
|
$terminal = uwsm app -- $TERMINAL
|
|
$browser = omarchy-launch-browser
|
|
|
|
bindd = SUPER, RETURN, Terminal, exec, $terminal --dir="$(omarchy-cmd-terminal-cwd)"
|
|
bindd = SUPER, F, File manager, exec, uwsm app -- nautilus --new-window
|
|
bindd = SUPER , B, Browser, exec, $browser
|
|
bindd = SUPER SHIFT, B, Browser (private), exec, $browser --private
|
|
bindd = SUPER SHIFT, T, Activity, exec, $terminal -e btop
|
|
bindd = SUPER, D, Discord, exec, discord
|
|
|
|
# If your web app url contains #, type it as ## to prevent hyperland treat it as comments
|
|
bindd = SUPER SHIFT, A, ChatGPT, exec, omarchy-launch-webapp "https://chatgpt.com"
|
|
bindd = SUPER SHIFT, G, GitHub, exec, omarchy-launch-webapp "https://github.com"
|
|
bindd = SUPER SHIFT, Y, YouTube, exec, omarchy-launch-or-focus-webapp YouTube "https://youtube.com/"
|