fix(hypr): remove border from screenshots
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
674f25ee69
commit
31cc3fa777
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ in {
|
||||||
"float,title:^(Open File)$"
|
"float,title:^(Open File)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
layerrule = [
|
||||||
|
"noanim, selection"
|
||||||
|
];
|
||||||
|
|
||||||
# This file should only be used for theming
|
# This file should only be used for theming
|
||||||
source = ["${configDir}/hypr/main.conf"];
|
source = ["${configDir}/hypr/main.conf"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue