Initialize
This commit is contained in:
30
.config/hypr/land/keybinds.conf
Normal file
30
.config/hypr/land/keybinds.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
###################
|
||||
### 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
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user