diff --git a/roles/home-cli/files/gnomew b/roles/home-cli/files/gnomew deleted file mode 100755 index 7ecf12a..0000000 --- a/roles/home-cli/files/gnomew +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -XDG_SESSION_TYPE=wayland /usr/bin/dbus-run-session /usr/bin/gnome-session diff --git a/roles/home-gui/files/startw b/roles/home-gui/files/startw new file mode 100755 index 0000000..e633743 --- /dev/null +++ b/roles/home-gui/files/startw @@ -0,0 +1,3 @@ +#!/bin/sh +export XDG_SESSION_TYPE=wayland +exec /usr/bin/dbus-run-session /usr/bin/gnome-session