From 45a6e760ebc4438ff05f1a689518e50b4567fe93 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Fri, 31 Mar 2023 19:18:14 +0200 Subject: Export GOPATH and some cleanup Moreover, make sure KDE is not running in xinitrc before exec --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 51412e0..ba156f1 100644 --- a/.profile +++ b/.profile @@ -7,7 +7,8 @@ export LANGUAGE=en export LC_ALL=en_US.UTF-8 export EDITOR=vim -export GDK_BACKEND=wayland +# Try wayland for GTK apps first, allow x11 fallback +export GDK_BACKEND=wayland,x11 export MAKEFLAGS=-j`lscpu | grep '^CPU(s):' | awk -F' ' '{ print $2 }'` export CFLAGS="-O2 -pipe -march=native" -- cgit v1.2.3