From 7742e49e154e24e3526527accfd90d71b2c2adbc Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 7 May 2025 03:14:58 +0200 Subject: [PATCH] i3: hide cursor automaticaly --- i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/i3/config b/i3/config index 6afe9b5..1fd87b7 100644 --- a/i3/config +++ b/i3/config @@ -3,6 +3,7 @@ exec --no-startup-id feh --bg-scale ~/dotfiles/wallpapers/png/blob.png exec --no-startup-id setxkbmap -layout 'us,ru' -option 'grp:caps_toggle' exec --no-startup-id polybar top +exec --no-startup-id unclutter exec --no-startup-id picom \ --daemon \ --backend glx \