fix(ags overview): make blur work again
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
8f11f75e8b
commit
96025b3226
1 changed files with 4 additions and 3 deletions
|
@ -114,10 +114,11 @@ export default () => {
|
||||||
attribute: { close_on_unfocus: 'none' },
|
attribute: { close_on_unfocus: 'none' },
|
||||||
|
|
||||||
setup: (self) => {
|
setup: (self) => {
|
||||||
|
const name = 'overview';
|
||||||
|
|
||||||
Hyprland.sendMessage('[[BATCH]] ' +
|
Hyprland.sendMessage('[[BATCH]] ' +
|
||||||
`keyword layerrule ignorealpha[0.97],${self.name}; ` +
|
`keyword layerrule ignorealpha[0.97],${name}; ` +
|
||||||
`keyword layerrule blur,${self.name}
|
`keyword layerrule blur,${name}`);
|
||||||
`);
|
|
||||||
|
|
||||||
self.hook(App, (_, currentName, isOpen) => {
|
self.hook(App, (_, currentName, isOpen) => {
|
||||||
if (currentName === self.name) {
|
if (currentName === self.name) {
|
||||||
|
|
Loading…
Reference in a new issue