chromium kiosk + ancognito
This commit is contained in:
parent
44fe8044f2
commit
dfc0be0ba0
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user