From 96025b3226b9fa7f9f9e88497361bea7df374ad0 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 2 Jan 2024 16:47:06 -0500 Subject: [PATCH] fix(ags overview): make blur work again --- devices/wim/config/ags/js/overview/main.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devices/wim/config/ags/js/overview/main.js b/devices/wim/config/ags/js/overview/main.js index 10f20ee..324fdc2 100644 --- a/devices/wim/config/ags/js/overview/main.js +++ b/devices/wim/config/ags/js/overview/main.js @@ -114,10 +114,11 @@ export default () => { attribute: { close_on_unfocus: 'none' }, setup: (self) => { + const name = 'overview'; + Hyprland.sendMessage('[[BATCH]] ' + - `keyword layerrule ignorealpha[0.97],${self.name}; ` + - `keyword layerrule blur,${self.name} - `); + `keyword layerrule ignorealpha[0.97],${name}; ` + + `keyword layerrule blur,${name}`); self.hook(App, (_, currentName, isOpen) => { if (currentName === self.name) {