From 2d9fadda528fb4b0a8b63b63909a3cec39cf517f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 29 Oct 2018 18:50:25 -0700 Subject: wallpaper dirs on hephaestus --- bin/i3-rotate-wallpaper | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/i3-rotate-wallpaper b/bin/i3-rotate-wallpaper index b31bf91f..607ea455 100755 --- a/bin/i3-rotate-wallpaper +++ b/bin/i3-rotate-wallpaper @@ -5,11 +5,7 @@ use strict; use warnings; # dirs where wallpaper can be found -our @dirs = ("$ENV{HOME}/annex/wallpaper/pro"); - -# the user can request to freeze the current wallpaper by -# `touch $HOME/local/.norotate` -exit if -e "$ENV{HOME}/local/.norotate"; +our @dirs = ("$ENV{HOME}/annex/wallpaper/home"); # The user can list wallpapers they want displayed in order of preference in # this file. For example, listing one file will mean the primary output -- cgit v1.2.3