mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Revert "Update keyboard shortcuts script to show all runtime keybinds (#70)"
This reverts commit 6433511873
.
This commit is contained in:
@ -1,8 +1,16 @@
|
||||
# Deprecated bindings file. New installations include everything directly.
|
||||
# Order matters for how they show up when you press SUPER + K to see the
|
||||
# defined keybinds
|
||||
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings/01-important.conf
|
||||
bind = SUPER, return, exec, $terminal
|
||||
bind = SUPER, F, exec, $fileManager
|
||||
bind = SUPER, B, exec, $browser
|
||||
bind = SUPER, M, exec, $music
|
||||
bind = SUPER, N, exec, $terminal -e nvim
|
||||
bind = SUPER, T, exec, $terminal -e btop
|
||||
bind = SUPER, D, exec, $terminal -e lazydocker
|
||||
bind = SUPER, G, exec, $messenger
|
||||
bind = SUPER, O, exec, obsidian -disable-gpu
|
||||
bind = SUPER, slash, exec, $passwordManager
|
||||
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings/media.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings/tiling.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings/utilities.conf
|
||||
|
Reference in New Issue
Block a user