From: martin f. krafft Date: Fri, 7 Dec 2018 08:38:24 +0000 (+0100) Subject: run xconfig after profile switch X-Git-Url: https://git.madduck.net/etc/xsession.git/commitdiff_plain/2ef069ef35fdc2b3e7a290680e81e96fc0b070ad run xconfig after profile switch --- 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