mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 06:54:25 +01:00
parent
2449bc2d47
commit
d8abea9e18
1 changed files with 6 additions and 6 deletions
|
|
@ -83,16 +83,16 @@
|
||||||
];
|
];
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# No borders on floating window when it's the only window
|
# No borders on floating window when it's the only window
|
||||||
"border_size 0, match:float 1, match:workspace w[1]"
|
"bordersize 0, floating:1, onworkspace:w[1]"
|
||||||
# No borders on tiled window when it's the only tiled window
|
# No borders on tiled window when it's the only tiled window
|
||||||
"border_size 0, match:float 0, match:workspace w[t1]"
|
"bordersize 0, floating:0, onworkspace:w[t1]"
|
||||||
# No rounding on tiled window when it's the only tiled windonoinitialfocus, class:(jetbrains-)(.*), floating:1w on a normal workspace
|
# No rounding on tiled window when it's the only tiled window on a normal workspace
|
||||||
"rounding 0, match:float 0, match:workspace w[t1]s[false]"
|
"rounding 0, floating:0, onworkspace:w[t1]s[false]"
|
||||||
|
|
||||||
"idle_inhibit fullscreen, match:class .*"
|
"idleinhibit fullscreen, class:.*"
|
||||||
|
|
||||||
# Fix flickering in JetBrains-IDEs
|
# Fix flickering in JetBrains-IDEs
|
||||||
"no_initial_focus on, match:class (jetbrains-)(.*), match:float 1"
|
"noinitialfocus, class:(jetbrains-)(.*), floating:1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue