feat(hyprland): change border of fullscreen windows
This commit is contained in:
parent
60848e8264
commit
d6317901a2
|
@ -45,9 +45,15 @@ in {
|
||||||
"col.active_border" = "rgb(b4f9f8)";
|
"col.active_border" = "rgb(b4f9f8)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
windowrulev2 = [
|
||||||
|
"bordercolor rgb(f7768e),fullscreen:1"
|
||||||
|
];
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
inactive_timeout = 5;
|
inactive_timeout = 5;
|
||||||
|
hide_on_key_press = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
plugin.hy3 = {
|
plugin.hy3 = {
|
||||||
tab_first_window = false;
|
tab_first_window = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue