mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
more hyprland tweaks
This commit is contained in:
parent
9d6cebdf55
commit
3aeccfaa52
2 changed files with 8 additions and 4 deletions
|
@ -93,10 +93,14 @@ $mainMod = SUPER
|
|||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Return, exec, alacritty
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, F, togglefloating,
|
||||
bind = $mainMod, Space, togglefloating,
|
||||
bind = $mainMod, F, fullscreen, 0 # fullscreen
|
||||
bind = $mainMod, M, fullscreen, 1 # maximize
|
||||
bind = $mainMod SHIFT, F, fakefullscreen, 0
|
||||
bind = $mainMod, O, swapactiveworkspaces, 0 1
|
||||
bind = $mainMod, U, focusurgentorlast
|
||||
bind = ALT, Space, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
|
||||
bind = $mainMod, S, togglesplit, # dwindlr
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue