From 2ef069ef35fdc2b3e7a290680e81e96fc0b070ad Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 7 Dec 2018 09:38:24 +0100 Subject: [PATCH] run xconfig after profile switch --- .config/autorandr/postswitch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/autorandr/postswitch b/.config/autorandr/postswitch index 49325d0..fcabf46 100755 --- a/.config/autorandr/postswitch +++ b/.config/autorandr/postswitch @@ -9,3 +9,7 @@ if command -v awesome-client >/dev/null; then echo "handle_new_autorandr_profile(\"$AUTORANDR_CURRENT_PROFILE\")" | awesome-client >&2 fi + +sleep $DELAY + +~/.bin/xconfig >&2 -- 2.39.2