chromium kiosk + ancognito
This commit is contained in:
parent
44fe8044f2
commit
dfc0be0ba0
@ -65,11 +65,14 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
commandLineArgs = [
|
commandLineArgs = [
|
||||||
"--password-store=basic"
|
"--password-store=basic"
|
||||||
"--start-fullscreen"
|
"--kiosk"
|
||||||
"--ozone-platform=x11"
|
"--ozone-platform=x11"
|
||||||
"--disable-restore-session-state"
|
"--disable-restore-session-state"
|
||||||
|
"--disable-session-crashed-bubble"
|
||||||
|
"--disable-infobars"
|
||||||
|
"--no-first-run"
|
||||||
"--disable-logging"
|
"--disable-logging"
|
||||||
"--disable-session-storage"
|
"--incognito"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -101,7 +104,9 @@
|
|||||||
kb_options = "ctrl:nocaps";
|
kb_options = "ctrl:nocaps";
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
};
|
};
|
||||||
|
cursor = {
|
||||||
|
inactive_timeout = 1.0;
|
||||||
|
};
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 5;
|
gaps_in = 5;
|
||||||
gaps_out = 5;
|
gaps_out = 5;
|
||||||
@ -156,7 +161,6 @@
|
|||||||
"float, title:branchdialog"
|
"float, title:branchdialog"
|
||||||
"bordercolor rgb(ffffff),xwayland:1"
|
"bordercolor rgb(ffffff),xwayland:1"
|
||||||
"workspace 1,class:(chromium-browser)"
|
"workspace 1,class:(chromium-browser)"
|
||||||
"fullscreen,class:(chromium-browser)"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
"$mainMod" = "SUPER";
|
"$mainMod" = "SUPER";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user