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
|
||||
general = {
|
||||
# Make there be no gaps in between windows or edges
|
||||
border_size = 5;
|
||||
gaps_in = 20;
|
||||
gaps_out = 20;
|
||||
|
||||
border_size = 0;
|
||||
no_border_on_floating = true;
|
||||
gaps_in = 0;
|
||||
gaps_out = 0;
|
||||
resize_on_border = true;
|
||||
};
|
||||
|
||||
decoration = {
|
||||
active_opacity = 1;
|
||||
inactive_opacity = 0.9;
|
||||
};
|
||||
|
||||
windowrulev2 = [
|
||||
"float, class:firefox, title:Picture-in-Picture"
|
||||
"float, class:(clipse)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue