diff --git a/config/autorandr/.dfrecur b/config/autorandr/.dfrecur new file mode 100644 index 0000000..e69de29 diff --git a/config/autorandr/postswitch b/config/autorandr/postswitch new file mode 100755 index 0000000..0647836 --- /dev/null +++ b/config/autorandr/postswitch @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Relaunch the bars +# i3-msg exec ~/.config/polybar/launch.sh +# TODO Make something better with that +i3-msg exec ~/.config/lemonbar/launch.sh + +# Resize background +feh --bg-fill ~/.config/i3/bg.jpg +