mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Present better and expose more bindings
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
$terminal = alacritty
|
||||
$fileManager = nautilus --new-window
|
||||
$browser = google-chrome-stable --new-window
|
||||
$menu = wofi --show drun
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = SUPER, return, exec, $terminal
|
||||
bind = SUPER, F, exec, $fileManager
|
||||
@ -7,8 +12,8 @@ bind = SUPER, B, exec, $browser
|
||||
|
||||
bind = SUPER, space, exec, $menu
|
||||
bind = SUPER, W, killactive,
|
||||
bind = SUPER, ESCAPE, exit,
|
||||
bind = SUPER, L, exec, hyprlock
|
||||
bind = SUPER, ESCAPE, exec, hyprlock
|
||||
bind = SUPER SHIFT, ESCAPE, exit,
|
||||
|
||||
bind = SUPER, J, togglesplit, # dwindle
|
||||
bind = SUPER, P, pseudo, # dwindle
|
||||
|
Reference in New Issue
Block a user