From 55c2161923f72839051c2f3bb9513aa49aa67cfc Mon Sep 17 00:00:00 2001 From: Luca Bilke <luca@bil.ke> Date: Tue, 3 Dec 2024 21:39:36 +0100 Subject: [PATCH] unclutter: ignore factorio --- common/.local/share/service/unclutter/run | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/.local/share/service/unclutter/run b/common/.local/share/service/unclutter/run index 581cf5ce..46cf6061 100755 --- a/common/.local/share/service/unclutter/run +++ b/common/.local/share/service/unclutter/run @@ -1,4 +1,6 @@ #!/bin/sh exec 2>&1 -exec unclutter -idle 3 -not Firefox +exec unclutter -idle 3 -not \ + Firefox \ + factorio