feat(hyprland): fuck with decoration

This commit is contained in:
Mohammad Rafiq 2025-04-06 23:22:58 +08:00
parent c45876bb7d
commit 45ba87b264
No known key found for this signature in database

View file

@ -65,13 +65,18 @@
# Windows # Windows
general = { general = {
# Make there be no gaps in between windows or edges # Make there be no gaps in between windows or edges
border_size = 5; border_size = 0;
gaps_in = 20; no_border_on_floating = true;
gaps_out = 20; gaps_in = 0;
gaps_out = 0;
resize_on_border = true; resize_on_border = true;
}; };
decoration = {
active_opacity = 1;
inactive_opacity = 0.9;
};
windowrulev2 = [ windowrulev2 = [
"float, class:firefox, title:Picture-in-Picture" "float, class:firefox, title:Picture-in-Picture"
"float, class:(clipse)" "float, class:(clipse)"