mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
17 lines
923 B
Plaintext
17 lines
923 B
Plaintext
# Application bindings
|
|
bindd = SUPER, RETURN, Terminal, exec, uwsm-app -- xdg-terminal-exec --dir="$(omarchy-cmd-terminal-cwd)"
|
|
bindd = SUPER SHIFT, RETURN, Browser, exec, omarchy-launch-browser
|
|
bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- nautilus --new-window
|
|
bindd = SUPER ALT SHIFT, F, File manager (cwd), exec, uwsm-app -- nautilus --new-window "$(omarchy-cmd-terminal-cwd)"
|
|
bindd = SUPER SHIFT, B, Browser, exec, omarchy-launch-browser
|
|
bindd = SUPER SHIFT ALT, B, Browser (private), exec, omarchy-launch-browser --private
|
|
bindd = SUPER SHIFT, N, Editor, exec, omarchy-launch-editor
|
|
|
|
# Add extra bindings
|
|
# bindd = SUPER SHIFT, A, ChatGPT, exec, omarchy-launch-webapp "https://chatgpt.com"
|
|
# bindd = SUPER SHIFT, R, exec, alacritty -e ssh your-server
|
|
|
|
# Overwrite existing bindings, like putting Omarchy Menu on Super + Space
|
|
# unbind = SUPER, SPACE
|
|
# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu
|