]> git.madduck.net Git - etc/xsession.git/blobdiff - .config/autorandr/postswitch

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

store temp xsession errors file on cleanup
[etc/xsession.git] / .config / autorandr / postswitch
index 49325d034690570d63d5ba0913582d5e0ef7ef21..fcabf4664ad89fcf3256277c378d195e23622a7c 100755 (executable)
@@ -9,3 +9,7 @@ if command -v awesome-client >/dev/null; then
   echo "handle_new_autorandr_profile(\"$AUTORANDR_CURRENT_PROFILE\")" |
     awesome-client >&2
 fi
   echo "handle_new_autorandr_profile(\"$AUTORANDR_CURRENT_PROFILE\")" |
     awesome-client >&2
 fi
+
+sleep $DELAY
+
+~/.bin/xconfig >&2