From 303b6ce5a6583b8c03805b4736382db9cfa04f87 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Mon, 27 Sep 2021 09:50:52 -0400 Subject: [PATCH] utilize bash rather than `watch` for i3 reocurring commands --- home/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/i3/config b/home/.config/i3/config index 54614c8..b5ab3c4 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -4,8 +4,8 @@ # ### Startup exec_always --no-startup-id autotiling -exec_always --no-startup-id flock -n ~/.polybar.lock polybar mybar -exec --no-startup-id watch -n 15 autorandr --change +exec --no-startup-id bash -c 'while sleep 1; do flock ~/.polybar.lock polybar mybar; done' +exec --no-startup-id bash -c 'while sleep 15; do autorandr --change; done' exec --no-startup-id dunst exec --no-startup-id nm-applet exec --no-startup-id blueman-applet