From 31777a980e0f4b1b258713158524c0cd9a1dc30f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 18 Oct 2019 19:33:20 +0200 Subject: Use execv() to start selected session Prevent vmchooser from lingering in the background, like a zombie, haunting you with invisible windows. Also seems to be notably faster when launching the openbox session. --- src/userconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/userconfig.h') diff --git a/src/userconfig.h b/src/userconfig.h index 213c4c2..4fdf638 100644 --- a/src/userconfig.h +++ b/src/userconfig.h @@ -14,6 +14,7 @@ public: static void setLastTab(int tab); static void setLastNewsTime(uint t); static void setNewsHelpOpen(bool b); + static void sync(); private: UserConfig() {} -- cgit v1.2.3-55-g7522