32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
###################
|
|
### KEYBINDINGS ###
|
|
###################
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
|
|
|
source = ~/.config/hypr/land/keybinds/multimedia.conf
|
|
source = ~/.config/hypr/land/keybinds/tools.conf
|
|
source = ~/.config/hypr/land/keybinds/windows.conf
|
|
source = ~/.config/hypr/land/keybinds/workspaces.conf
|
|
|
|
# BASIC NAVIGATION
|
|
|
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
|
bind = $mainMod, return, exec, $terminal
|
|
bind = $mainMod, Q, killactive,
|
|
bind = $mainMod, M, exit,
|
|
bind = $mainMod, E, exec, $fileManager
|
|
bind = $mainMod, V, togglefloating,
|
|
bind = $mainMod, R, exec, $menu
|
|
bind = $mainMod, SPACE, exec, $menu
|
|
bind = $mainMod, P, pseudo, # dwindle
|
|
bind = $mainMod, J, togglesplit, # dwindle
|
|
bind = $mainMod SHIFT, R, exec, hyprctl reload
|
|
|
|
# Move focus with mainMod + arrow keys
|
|
bind = $mainMod, left, movefocus, l
|
|
bind = $mainMod, right, movefocus, r
|
|
bind = $mainMod, up, movefocus, u
|
|
bind = $mainMod, down, movefocus, d
|