fix(nextcloud): removed redundant setsid

This commit is contained in:
kenji
2026-01-14 16:10:52 -06:00
parent 44af726a53
commit cfcf9d6f3a
+1 -2
View File
@@ -4,7 +4,6 @@
];
wayland.windowManager.hyprland.settings.exec-once = [
"setsid uwsm app -- nextcloud --background"
"uwsm app -- nextcloud --background"
];
}