fix(i3): configure unclutter via home-manager service

mandlm 2022-07-26 18:31:18 +02:00
parent 51852437d4
commit fe254960b8
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -28,7 +28,6 @@
element-desktop
difftastic
zoom-us
unclutter
neovide
];