From 156e237636f02cd86a52bb5c899ec8c8595c4f9f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 6 Jan 2020 19:13:04 -0500 Subject: [PATCH] Fixed a bug in .xinitrc. Exec was repeated twice. --- files/files/etc/skel/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/files/etc/skel/.xinitrc b/files/files/etc/skel/.xinitrc index 9cc8ecc..1b5d1ec 100755 --- a/files/files/etc/skel/.xinitrc +++ b/files/files/etc/skel/.xinitrc @@ -18,4 +18,4 @@ export GNOME_ACCESSIBILITY=1 export QT_ACCESSIBILITY=1 export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 -exec exec mate-session +exec mate-session