first commit
This commit is contained in:
commit
8e85fe845b
22 changed files with 1449 additions and 0 deletions
20
hypr/keybindings.conf
Normal file
20
hypr/keybindings.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bindr = $mainMod, SUPER_L, exec, $app_menu
|
||||
bindr = $mainMod, SUPER_L, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
bind = $mainMod, F, fullscreen
|
||||
|
||||
# Screenshot
|
||||
bind = , PRINT, exec, hyprshot -m window
|
||||
bind = shift, PRINT, exec, hyprshot -m region
|
||||
|
||||
# Lock
|
||||
bind = $mainMod, L, exec, ~/.config/hypr/scripts/lock.sh
|
||||
bind = $mainMod SHIFT, L, exec, wlogout --protocol layer-shell
|
Loading…
Add table
Add a link
Reference in a new issue