feat(hyprland): change border of fullscreen windows

This commit is contained in:
Kiana Sheibani 2024-08-03 09:52:49 -04:00
parent 60848e8264
commit d6317901a2

View file

@ -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;