mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
scratchpad and window swallowing tweaks
This commit is contained in:
parent
11ced824f1
commit
dc25990302
|
@ -378,9 +378,14 @@ in
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
mouse_move_enables_dpms = true
|
mouse_move_enables_dpms = true
|
||||||
|
enable_swallow = true
|
||||||
|
swallow_regex = (scratch_term)|(Alacritty)|(kitty)
|
||||||
|
font_family = '' + userSettings.font + ''
|
||||||
|
|
||||||
}
|
}
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
|
dim_special = 0.0
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 5
|
size = 5
|
||||||
|
@ -390,6 +395,8 @@ in
|
||||||
brightness = '' + (if (config.stylix.polarity == "dark") then "0.8" else "1.25") + ''
|
brightness = '' + (if (config.stylix.polarity == "dark") then "0.8" else "1.25") + ''
|
||||||
|
|
||||||
xray = true
|
xray = true
|
||||||
|
special = true
|
||||||
|
popups = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue