From c4d96716c05c41a3b18f2326cb588cd19246da5f Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 12 Aug 2022 04:30:51 -0500 Subject: initial commit --- startxw | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 startxw (limited to 'startxw') diff --git a/startxw b/startxw new file mode 100755 index 0000000..0df25d7 --- /dev/null +++ b/startxw @@ -0,0 +1,9 @@ +#!/sbin/sh + + wayland=`crcparse "wayland"` + +if [ "$wayland" == "y" ]; then + `crcparse WC` +else + startx +fi -- cgit v1.2.3