From dbdd2768cb7c757bd1e957b23de9b4fc6731dd77 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 19 Apr 2023 14:29:13 -0400 Subject: [PATCH] Add optional mate session launch file --- home/.xinitrc | 1 + home/.xinitrc-mate | 5 +++++ 2 files changed, 6 insertions(+) create mode 100755 home/.xinitrc-mate diff --git a/home/.xinitrc b/home/.xinitrc index 41c00f1..3bfa806 100755 --- a/home/.xinitrc +++ b/home/.xinitrc @@ -10,3 +10,4 @@ fi dbus-update-activation-environment $opt_systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY exec dbus-launch --sh-syntax --exit-with-session ~/bin/xlaunch startx +#exec dbus-launch --sh-syntax --exit-with-session ~/.xinitrc-mate diff --git a/home/.xinitrc-mate b/home/.xinitrc-mate new file mode 100755 index 0000000..42f32dc --- /dev/null +++ b/home/.xinitrc-mate @@ -0,0 +1,5 @@ +#! /bin/bash + +set -e + +exec mate-session -- 2.20.1