mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-29 10:09:30 +01:00
hyprland: Separate floating and centerwindow
This fixes an issue where centerwindow would ignore bars and other layers.
This commit is contained in:
parent
08f2fa3f56
commit
ed222ae03c
@ -124,7 +124,7 @@ in
|
||||
bind = , Print, exec, grimblast copy area
|
||||
bind = $SUPER_ALT, delete, exit
|
||||
bind = $SUPER, V, togglefloating,
|
||||
bind = $SUPER, V, centerwindow,
|
||||
bind = $SUPER, B, centerwindow,
|
||||
bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int")))
|
||||
bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh
|
||||
bind = $SUPER, O, exec, killall .ironbar-wrapper || ironbar
|
||||
|
Loading…
Reference in New Issue
Block a user