mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-11 04:06:39 +02:00
hyprland: Toggle dim_strength
This makes animations work both ways when using dim_inactive.
This commit is contained in:
parent
b53c2cc8a8
commit
d475b5257c
@ -74,7 +74,8 @@ in
|
|||||||
shadow_render_power = 3
|
shadow_render_power = 3
|
||||||
col.shadow = rgba(1a1a1aee)
|
col.shadow = rgba(1a1a1aee)
|
||||||
fullscreen_opacity = 0.9999999
|
fullscreen_opacity = 0.9999999
|
||||||
dim_strength = 0.25
|
dim_inactive = yes
|
||||||
|
dim_strength = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
@ -133,7 +134,8 @@ in
|
|||||||
bind = $SUPER, T, exec, tessen
|
bind = $SUPER, T, exec, tessen
|
||||||
bind = $SUPER, V, togglefloating
|
bind = $SUPER, V, togglefloating
|
||||||
bind = $SUPER, B, 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, I, exec, hyprctl keyword decoration:dim_strength 0.4
|
||||||
|
bind = $SUPER_SHIFT, I, exec, hyprctl keyword decoration:dim_strength 0
|
||||||
bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh
|
bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh
|
||||||
bind = $SUPER, X, pin
|
bind = $SUPER, X, pin
|
||||||
bind = $SUPER, F, fullscreen
|
bind = $SUPER, F, fullscreen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user