feat(i3): automatically hide mouse cursor
parent
f9841ee1a3
commit
cb2ad3393a
|
@ -65,6 +65,7 @@ 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'"; }
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
element-desktop
|
||||
difftastic
|
||||
zoom-us
|
||||
unclutter
|
||||
];
|
||||
|
||||
stateVersion = "22.05";
|
||||
|
|
Loading…
Reference in New Issue