67 lines
3.5 KiB
Plaintext
67 lines
3.5 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, Notes, exec, heynote
|
|
bindd = SUPER, T, Activity, exec, $terminal -e btop
|
|
bindd = SUPER ALT, D, Docker, exec, $terminal -e lazydocker
|
|
|
|
# If your web app url contains #, type it as ## to prevent hyperland treat it as comments
|
|
bindd = SUPER, A, Claude, exec, omarchy-launch-webapp "https://claude.ai/new"
|
|
bindd = SUPER, E, Email, exec, omarchy-launch-webapp "https://mail.google.com/mail/u/0/"
|
|
bindd = SUPER, Y, YouTube, exec, omarchy-launch-webapp "https://youtube.com/"
|
|
bindd = SUPER, G, GitLab, exec, omarchy-launch-webapp "https://gitlab.modg.net/"
|
|
bindd = SUPER ALT, G, Google Messages, exec, omarchy-launch-webapp "https://messages.google.com/web/conversations"
|
|
bindd = SUPER, O, modgoffice, exec, omarchy-launch-webapp "https://office.modg.org"
|
|
|
|
# lazy apps: Launch if not currently running, otherwise just switch to that app
|
|
bindd = SUPER, D, Open/focus DataGrip, exec, ~/.local/bin/lazy-app class:jetbrains-datagrip ~/.local/share/JetBrains/Toolbox/apps/datagrip/bin/datagrip
|
|
|
|
# omarchy uses swapwindow for these binds, but I prefer movewindow so that it can cross monitor boundaries
|
|
unbind = SUPER SHIFT, left
|
|
unbind = SUPER SHIFT, right
|
|
unbind = SUPER SHIFT, up
|
|
unbind = SUPER SHIFT, down
|
|
bindd = SUPER SHIFT, left, Move window to the left, movewindow, l
|
|
bindd = SUPER SHIFT, right, Move window to the right, movewindow, r
|
|
bindd = SUPER SHIFT, up, Move window up, movewindow, u
|
|
bindd = SUPER SHIFT, down, Move window down, movewindow, d
|
|
|
|
bindd = SUPER ALT, left, Move current workspace to the left, movecurrentworkspacetomonitor, l
|
|
bindd = SUPER ALT, right, Move current workspace to the right, movecurrentworkspacetomonitor, r
|
|
bindd = SUPER ALT, up, Move current workspace up, movecurrentworkspacetomonitor, u
|
|
bindd = SUPER ALT, down, Move current workspace down, movecurrentworkspacetomonitor, d
|
|
|
|
# create a new workspace
|
|
bindd = SUPER, grave, Create a mew workspace, exec, ~/.local/bin/new-workspace
|
|
|
|
# keybinds for background apps
|
|
bindd = SUPER, S, Show/hide Slack, togglespecialworkspace, slack
|
|
bindd = SUPER, period, 1Password quick access, exec, 1password --quick-access
|
|
bindd = SUPER CTRL, period, Show/hide 1Password, togglespecialworkspace, 1password
|
|
bindd = SUPER, Z, Show Creddy, exec, creddy shortcut show-window
|
|
|
|
# I'm used to super+L to lock screen
|
|
bindd = SUPER, L, Lock screen, exec, omarchy-lock-screen
|
|
|
|
# I don't want ctrl+alt+delete to affect my "special" apps
|
|
unbind = CTRL ALT, DELETE
|
|
bindd = CTRL ALT, DELETE, Close all windows (except special), exec, ~/.local/bin/close-non-special-windows
|
|
|
|
# for WHATEVER reason, hyprland refuses to use the numeric symbols for keypad keys,
|
|
# so we have to use the navigation symbols instead
|
|
bindd = SUPER, KP_End, Switch to workspace 1, workspace, 1
|
|
bindd = SUPER, KP_Down, Switch to workspace 2, workspace, 2
|
|
bindd = SUPER, KP_Next, Switch to workspace 3, workspace, 3
|
|
bindd = SUPER, KP_Left, Switch to workspace 4, workspace, 4
|
|
bindd = SUPER, KP_Begin, Switch to workspace 5, workspace, 5
|
|
bindd = SUPER, KP_Right, Switch to workspace 6, workspace, 6
|
|
bindd = SUPER, KP_Home, Switch to workspace 7, workspace, 7
|
|
bindd = SUPER, KP_Up, Switch to workspace 8, workspace, 8
|
|
bindd = SUPER, kp_Prior, Switch to workspace 9, workspace, 9
|
|
|