diff --git a/home/logistik/home.nix b/home/logistik/home.nix index 4417a67..480d66f 100644 --- a/home/logistik/home.nix +++ b/home/logistik/home.nix @@ -65,11 +65,14 @@ enable = true; commandLineArgs = [ "--password-store=basic" - "--start-fullscreen" + "--kiosk" "--ozone-platform=x11" "--disable-restore-session-state" + "--disable-session-crashed-bubble" + "--disable-infobars" + "--no-first-run" "--disable-logging" - "--disable-session-storage" + "--incognito" ]; }; @@ -101,7 +104,9 @@ kb_options = "ctrl:nocaps"; follow_mouse = 1; }; - + cursor = { + inactive_timeout = 1.0; + }; general = { gaps_in = 5; gaps_out = 5; @@ -156,7 +161,6 @@ "float, title:branchdialog" "bordercolor rgb(ffffff),xwayland:1" "workspace 1,class:(chromium-browser)" - "fullscreen,class:(chromium-browser)" ]; "$mainMod" = "SUPER";