start phosh as docked

This commit is contained in:
UGA Innovation Factory
2025-12-08 23:48:45 +00:00
parent 77b456508b
commit 7fee95a445

View File

@@ -89,6 +89,7 @@
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}" ];
@@ -120,7 +121,7 @@
serviceConfig = { serviceConfig = {
ExecStart = '' ExecStart = ''
${pkgs.chromium}/bin/chromium \ ${pkgs.chromium}/bin/chromium \
--enable-features=UseOzonePlatform,TouchpadOverscrollHistoryNavigation \ --enable-features=UseOzonePlatform,TouchpadOverscrollHistoryNavigation,PullToRefresh \
--ozone-platform=wayland \ --ozone-platform=wayland \
--kiosk \ --kiosk \
--start-fullscreen \ --start-fullscreen \