From 3cd83fdb8424be6775f69562809630e1716f61a0 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 3 Sep 2020 16:13:08 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_config/hexchat/servlist_conf | 2 +- dot-files/_xinitrc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot-files/_config/hexchat/servlist_conf b/dot-files/_config/hexchat/servlist_conf index 48ac08e..1f82214 100644 --- a/dot-files/_config/hexchat/servlist_conf +++ b/dot-files/_config/hexchat/servlist_conf @@ -1,4 +1,4 @@ -v=2.14.1 +v=2.14.3 N=freenode E=UTF-8 (Unicode) diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index d001179..ab416d0 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -97,6 +97,8 @@ fi # Start the compositor if which picom >/dev/null 2>&1; then picom --backend xrender --daemon + # Fluxbox seems to have problems without this sleep... + sleep 0.5 || sleep 1 fi # Start the window manager -- 2.40.0