hyprland: disable shadow for tiled windows
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
ed3384b223
commit
3a26b31226
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ in {
|
||||||
flatten [
|
flatten [
|
||||||
### Defaults
|
### Defaults
|
||||||
(class ".*" ["float" "suppressevent maximize" "syncfullscreen"])
|
(class ".*" ["float" "suppressevent maximize" "syncfullscreen"])
|
||||||
|
(floating false ["noshadow"])
|
||||||
(floating true ["bordercolor rgb(073642)"])
|
(floating true ["bordercolor rgb(073642)"])
|
||||||
(fullscreen true ["idleinhibit focus"])
|
(fullscreen true ["idleinhibit focus"])
|
||||||
(pinned true ["bordercolor rgb(073642) rgb(073642)"])
|
(pinned true ["bordercolor rgb(073642) rgb(073642)"])
|
||||||
|
|
Loading…
Reference in a new issue