swaync: fix slack focus on click

This commit is contained in:
Tigor Hutasuhut 2024-10-23 15:45:18 +07:00
parent 270f9c12bf
commit 4cfbad9f03

View file

@ -22,7 +22,7 @@ in
services.swaync.settings.scripts._10-slack = { services.swaync.settings.scripts._10-slack = {
app-name = "[Ss]lack"; app-name = "[Ss]lack";
exec = "hyprctl dispatch focuswindow $SWAYNC_APP_NAME"; exec = "hyprctl dispatch focuswindow Slack";
run-on = "action"; run-on = "action";
}; };
}; };