fix(i3): configure unclutter via home-manager service
parent
51852437d4
commit
fe254960b8
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
element-desktop
|
||||
difftastic
|
||||
zoom-us
|
||||
unclutter
|
||||
neovide
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue