Omarchy 3.1 updates and misc tweaks
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
# Application bindings
|
||||
$terminal = uwsm-app -- $TERMINAL
|
||||
$terminal = uwsm-app -- xdg-terminal-exec
|
||||
$browser = omarchy-launch-browser
|
||||
|
||||
bindd = SUPER, return, Terminal, exec, $terminal --working-directory=$(omarchy-cmd-terminal-cwd)
|
||||
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, M, Music, exec, omarchy-launch-or-focus spotify
|
||||
bindd = SUPER, N, Notes, exec, heynote
|
||||
bindd = SUPER, T, Activity, exec, $terminal -e btop
|
||||
bindd = SUPER ALT, D, Docker, exec, $terminal -e lazydocker
|
||||
bindd = SUPER, T, Activity, exec, omarchy-launch-tui btop
|
||||
bindd = SUPER ALT, D, Docker, exec, omarchy-launch-tui 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"
|
||||
@@ -23,10 +23,10 @@ bindd = SUPER, O, modgoffice, exec, omarchy-launch-webapp "https://office.modg.o
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user