hyprland: add special workspace scale, disable smart_resizing
This commit is contained in:
parent
93a43179c7
commit
f68cfa10b6
|
@ -36,11 +36,15 @@ in ''
|
||||||
|
|
||||||
master {
|
master {
|
||||||
allow_small_split = true
|
allow_small_split = true
|
||||||
|
special_scale_factor = 0.95
|
||||||
mfact = 0.5
|
mfact = 0.5
|
||||||
new_is_master = false
|
new_is_master = false
|
||||||
new_on_top = false
|
new_on_top = false
|
||||||
|
no_gaps_when_only = 0
|
||||||
orientation = left
|
orientation = left
|
||||||
inherit_fullscreen = true
|
inherit_fullscreen = false
|
||||||
|
smart_resizing = false
|
||||||
|
drop_at_cursor = true
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
|
Loading…
Reference in a new issue