From aff46a564f3f1058fc36a4c025924d36dba11e87 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 25 Feb 2022 19:09:47 +0100 Subject: [PATCH] added postswitch script --- .config/autorandr/postswitch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .config/autorandr/postswitch diff --git a/.config/autorandr/postswitch b/.config/autorandr/postswitch new file mode 100755 index 0000000..5c4ea03 --- /dev/null +++ b/.config/autorandr/postswitch @@ -0,0 +1,10 @@ +#! /bin/sh + +sleep 1 + +zsh ~/.config/polybar/launch.sh +picom -b || true + +sleep 1 + +notify-send -i display "Display profile" "$AUTORANDR_CURRENT_PROFILE"