feat(hyprland): fuck with decoration
This commit is contained in:
parent
c45876bb7d
commit
45ba87b264
1 changed files with 9 additions and 4 deletions
|
@ -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)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue