From 727c0c8f12cb3f9aff20fdad2a903dc74c735520 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Thu, 5 Apr 2018 14:14:28 +0200 Subject: [PATCH] Increase unclutter timeout for easier xkcd reading Title text popup disappears when unclutter hides the cursor --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 74df8ac..cc63572 100644 --- a/i3/config +++ b/i3/config @@ -237,7 +237,7 @@ exec --no-startup-id nm-applet exec --no-startup-id nextcloud # hide the mouse after some time -exec --no-startup-id unclutter -idle 2 +exec --no-startup-id unclutter -idle 3 # battery monitor script exec --no-startup-id $HOME/Programs/own/battery/monitor.py