From c1c9f5bff21d7f11ec32df5224e4544d7387e366 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 25 Feb 2022 06:19:56 -0800 Subject: [PATCH] moved update script to file sync --- bin/update-background.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/update-background.sh b/bin/update-background.sh index fdbb029..6df0cb5 100755 --- a/bin/update-background.sh +++ b/bin/update-background.sh @@ -1,3 +1,6 @@ #!/bin/bash + +# moved to file sync + # (one of "stretch", "fill", "fit", "center", "tile") -swaymsg "output * bg ~/.background fit" +#swaymsg "output * bg ~/.background fill"