From fbaf671aafe113238a4cad0f3b6618c135aae629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 6 Oct 2018 14:03:44 +0200 Subject: [PATCH] Oooooh, this explains a lot of things! --- config/autorandr/.dfrecur | 0 config/autorandr/postswitch | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 config/autorandr/.dfrecur create mode 100755 config/autorandr/postswitch 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 +