force osk with user service

This commit is contained in:
UGA Innovation Factory
2025-12-08 20:27:16 +00:00
parent 39776b04bf
commit 088b679085

View File

@@ -82,9 +82,12 @@
serviceConfig = {
ExecStart = ''
/run/current-system/sw/bin/sleep 5 && \
/run/current-system/sw/bin/dconf reset /org/gnome/desktop/a11y/applications/screen-keyboard-enabled
/bin/bash -c ' \
/run/current-system/sw/bin/sleep 5 \
/run/current-system/sw/bin/dconf reset /org/gnome/desktop/a11y/applications/screen-keyboard-enabled
'
'';
Type = "exec";
};
};