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