-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbindings.conf
More file actions
20 lines (18 loc) · 1.24 KB
/
bindings.conf
File metadata and controls
20 lines (18 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Application bindings
unbind = SUPER, M
bindd = SUPER, M, Music workspace, exec, $HOME/.config/hypr/scripts/music-workspace-toggle.sh
bindd = SUPER, A, AI workspace, exec, $HOME/.config/hypr/scripts/ai-workspace-toggle.sh
bindd = SUPER, D, Discord workspace, exec, $HOME/.config/hypr/scripts/discord-workspace-toggle.sh
bindd = SUPER ALT, RETURN, Terminal, exec, uwsm-app -- xdg-terminal-exec --dir="$(omarchy-cmd-terminal-cwd)"
bindd = SUPER, RETURN, Tmux, exec, uwsm-app -- xdg-terminal-exec --dir="$(omarchy-cmd-terminal-cwd)" tmux new
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, D, Docker, exec, omarchy-launch-tui lazydocker
# If your web app url contains #, type it as ## to prevent hyprland treating it as a comment
bindd = SUPER SHIFT, X, X, exec, omarchy-launch-webapp "https://x.com/"
# Add extra bindings
# bind = 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