diff --git a/home-manager/i3/default.nix b/home-manager/i3/default.nix index bb85a88..157f06e 100644 --- a/home-manager/i3/default.nix +++ b/home-manager/i3/default.nix @@ -65,7 +65,6 @@ in }; startup = [ - { command = "unclutter -idle 1"; notification = false; } { command = "i3-msg 'workspace 1; append_layout ~/.config/i3/workspaces/workspace-1.json'"; } { command = "i3-msg 'workspace 2; append_layout ~/.config/i3/workspaces/workspace-2.json'"; } { command = "i3-msg 'workspace 4; append_layout ~/.config/i3/workspaces/workspace-4.json'"; } @@ -93,4 +92,6 @@ in enable = true; arguments = [ "--update /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png" ]; }; + + services.unclutter.enable = true; } diff --git a/home-mandlm.nix b/home-mandlm.nix index 2a8021b..29fc1ed 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -28,7 +28,6 @@ element-desktop difftastic zoom-us - unclutter neovide ];