start phosh as docked
This commit is contained in:
@@ -89,7 +89,6 @@
|
|||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
GDK_SCALE = "1.25";
|
GDK_SCALE = "1.25";
|
||||||
GDK_DPI_SCALE = "0.5";
|
GDK_DPI_SCALE = "0.5";
|
||||||
PHOSH_DOCKED = "0";
|
|
||||||
|
|
||||||
# Make GLib / gsettings actually see schemas
|
# Make GLib / gsettings actually see schemas
|
||||||
XDG_DATA_DIRS = [ "/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}" ];
|
XDG_DATA_DIRS = [ "/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}" ];
|
||||||
@@ -97,6 +96,10 @@
|
|||||||
"/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas";
|
"/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.etc."machine-info".text = ''
|
||||||
|
CHASSIS=handset
|
||||||
|
'';
|
||||||
|
|
||||||
systemd.user.services."force-osk" = {
|
systemd.user.services."force-osk" = {
|
||||||
description = "Force the OSK to Enable";
|
description = "Force the OSK to Enable";
|
||||||
wantedBy = [ "chromium-kiosk.service" ];
|
wantedBy = [ "chromium-kiosk.service" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user