23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
# Application bindings
|
|
$terminal = uwsm-app -- xdg-terminal-exec
|
|
$browser = omarchy-launch-browser
|
|
$browser2 = brave
|
|
|
|
bindd = SUPER, RETURN, Terminal, exec, $terminal --working-directory="$(omarchy-cmd-terminal-cwd)"
|
|
bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- nautilus --new-window
|
|
bindd = SUPER SHIFT, B, Browser, exec, $browser
|
|
bindd = SUPER SHIFT, N, Editor, exec, omarchy-launch-editor
|
|
bindd = SUPER SHIFT, T, Activity, exec, $terminal -e btop
|
|
bindd = SUPER SHIFT, G, Signal, exec, omarchy-launch-or-focus signal "uwsm-app -- signal-desktop"
|
|
bindd = SUPER SHIFT, O, Notesnook, exec, notesnook
|
|
#bindd = SUPER SHIFT, SLASH, Passwords, exec, uwsm-app -- 1password
|
|
|
|
# If your web app url contains #, type it as ## to prevent hyprland treating it as a comment
|
|
#bindd = SUPER SHIFT, A, ChatGPT, exec, omarchy-launch-webapp "https://chatgpt.com"
|
|
bindd = SUPER SHIFT, Y, YouTube, exec, $browser2
|
|
bindd = SUPER SHIFT CTRL, G, Signal messenger, exec, signal-desktop
|
|
|
|
# Overwrite existing bindings, like putting Omarchy Menu on Super + Space
|
|
# unbind = SUPER, SPACE
|
|
# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu
|