
* Abstract default browser to omarchy-browser (a wrapper) * Fix the omarchy-browser command as it used to loop. Extract info from the browser .desktop files. * Clean up and fix bugs * Cleanup unused change * Fix indentation * Separate out omarchy-browser from omarchy-webapp so that we don't break webapps for browsers other than Chromium or Google Chrome. * Fix incorrect function call * Add a migration script * Migration script fixes * Simplify the browser and webapp commands. Rename commands to align with launch terminology. * Add support for Microsoft Edge, Opera and Vivaldi * Fix errors * Remove --name and --class -- They're not respected when --app is defined * We don't ship with Chrome * Simplify launchers * Use launch commands everywhere --------- Co-authored-by: Ryan Hughes <ryan@heyoodle.com>
30 lines
1.7 KiB
Plaintext
30 lines
1.7 KiB
Plaintext
# Application bindings
|
|
$terminal = uwsm app -- alacritty
|
|
$browser = omarchy-launch-browser
|
|
|
|
bindd = SUPER, return, Terminal, exec, $terminal --working-directory $(omarchy-cmd-terminal-cwd)
|
|
bindd = SUPER, F, File manager, exec, uwsm app -- nautilus --new-window
|
|
bindd = SUPER, B, Browser, exec, $browser
|
|
bindd = SUPER, M, Music, exec, uwsm app -- spotify
|
|
bindd = SUPER, N, Neovim, exec, $terminal -e nvim
|
|
bindd = SUPER, T, Activity, exec, $terminal -e btop
|
|
bindd = SUPER, D, Docker, exec, $terminal -e lazydocker
|
|
bindd = SUPER, G, Signal, exec, uwsm app -- signal-desktop
|
|
bindd = SUPER, O, Obsidian, exec, uwsm app -- obsidian -disable-gpu
|
|
bindd = SUPER, slash, Passwords, exec, uwsm app -- 1password
|
|
|
|
# If your web app url contains #, type it as ## to prevent hyperland treat it as comments
|
|
bindd = SUPER, A, ChatGPT, exec, omarchy-launch-webapp "https://chatgpt.com"
|
|
bindd = SUPER SHIFT, A, Grok, exec, omarchy-launch-webapp "https://grok.com"
|
|
bindd = SUPER, C, Calendar, exec, omarchy-launch-webapp "https://app.hey.com/calendar/weeks/"
|
|
bindd = SUPER, E, Email, exec, omarchy-launch-webapp "https://app.hey.com"
|
|
bindd = SUPER, Y, YouTube, exec, omarchy-launch-webapp "https://youtube.com/"
|
|
bindd = SUPER SHIFT, G, WhatsApp, exec, omarchy-launch-webapp "https://web.whatsapp.com/"
|
|
bindd = SUPER ALT, G, Google Messages, exec, omarchy-launch-webapp "https://messages.google.com/web/conversations"
|
|
bindd = SUPER, X, X, exec, omarchy-launch-webapp "https://x.com/"
|
|
bindd = SUPER SHIFT, X, X Post, exec, omarchy-launch-webapp "https://x.com/compose/post"
|
|
|
|
# Overwrite existing bindings, like putting Omarchy Menu on Super + Space
|
|
# unbind = SUPER, Space
|
|
# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu
|