feat(i3): automatically hide mouse cursor

main
mandlm 2022-07-11 21:04:21 +02:00
parent f9841ee1a3
commit cb2ad3393a
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ in
}; };
startup = [ startup = [
{ command = "unclutter -idle 1"; notification = false; }
{ command = "i3-msg 'workspace 1; append_layout ~/.config/i3/workspaces/workspace-1.json'"; } { 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 2; append_layout ~/.config/i3/workspaces/workspace-2.json'"; }
{ command = "i3-msg 'workspace 4; append_layout ~/.config/i3/workspaces/workspace-4.json'"; } { command = "i3-msg 'workspace 4; append_layout ~/.config/i3/workspaces/workspace-4.json'"; }

View File

@ -29,6 +29,7 @@
element-desktop element-desktop
difftastic difftastic
zoom-us zoom-us
unclutter
]; ];
stateVersion = "22.05"; stateVersion = "22.05";