Merge branch 'dev' into rc
This commit is contained in:
@@ -9,6 +9,9 @@ if gum confirm "Are you sure you want to remove all preinstalled web apps, TUI w
|
|||||||
omarchy-webapp-remove-all
|
omarchy-webapp-remove-all
|
||||||
omarchy-tui-remove-all
|
omarchy-tui-remove-all
|
||||||
|
|
||||||
|
cp ~/.config/hypr/bindings.conf ~/.config/hypr/bindings.conf.bak
|
||||||
|
cp "$OMARCHY_PATH/default/hypr/plain-bindings.conf" ~/.config/hypr/bindings.conf
|
||||||
|
|
||||||
omarchy-pkg-drop \
|
omarchy-pkg-drop \
|
||||||
aether \
|
aether \
|
||||||
typora \
|
typora \
|
||||||
|
|||||||
@@ -22,16 +22,10 @@ bindd = SUPER CTRL, COMMA, Toggle silencing notifications, exec, omarchy-toggle-
|
|||||||
bindd = SUPER ALT, COMMA, Invoke last notification, exec, makoctl invoke
|
bindd = SUPER ALT, COMMA, Invoke last notification, exec, makoctl invoke
|
||||||
bindd = SUPER SHIFT ALT, COMMA, Restore last notification, exec, makoctl restore
|
bindd = SUPER SHIFT ALT, COMMA, Restore last notification, exec, makoctl restore
|
||||||
|
|
||||||
# Toggle idling
|
# Toggles
|
||||||
bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle
|
bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle
|
||||||
|
|
||||||
# Toggle nightlight
|
|
||||||
bindd = SUPER CTRL, N, Toggle nightlight, exec, omarchy-toggle-nightlight
|
bindd = SUPER CTRL, N, Toggle nightlight, exec, omarchy-toggle-nightlight
|
||||||
|
|
||||||
# Toggle monitor scaling
|
|
||||||
bindd = SUPER CTRL, Backspace, Toggle monitor scaling, exec, omarchy-toggle-monitor-scaling
|
bindd = SUPER CTRL, Backspace, Toggle monitor scaling, exec, omarchy-toggle-monitor-scaling
|
||||||
|
|
||||||
# Toggle single-window square
|
|
||||||
bindd = SUPER CTRL ALT, Backspace, Toggle single-window square aspect, exec, omarchy-toggle-single-window-square-aspect
|
bindd = SUPER CTRL ALT, Backspace, Toggle single-window square aspect, exec, omarchy-toggle-single-window-square-aspect
|
||||||
|
|
||||||
# Control Apple Display brightness
|
# Control Apple Display brightness
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# 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
|
||||||
|
bindd = SUPER SHIFT, D, Docker, exec, omarchy-launch-tui lazydocker
|
||||||
|
|
||||||
|
# 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
|
||||||
Reference in New Issue
Block a user