summaryrefslogtreecommitdiff
path: root/bin/i3-startup-always
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-24 11:37:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-08-24 11:37:04 -0700
commitb6cb31d789c8a7a3bce611e278b1ebf1a44e195a (patch)
treecced0019c6d2b2463915bcbe4a0c7844df175036 /bin/i3-startup-always
parentf30131b67735dc1df0f8b6f537edb51bc861178b (diff)
downloaddotfiles-b6cb31d789c8a7a3bce611e278b1ebf1a44e195a.tar.gz
don't automatically enable wallpaper rotation
Diffstat (limited to 'bin/i3-startup-always')
-rwxr-xr-xbin/i3-startup-always20
1 files changed, 10 insertions, 10 deletions
diff --git a/bin/i3-startup-always b/bin/i3-startup-always
index 388786d3..6c6bb7d4 100755
--- a/bin/i3-startup-always
+++ b/bin/i3-startup-always
@@ -30,16 +30,16 @@ fi
# ---- wallpaper rotation
-if [ -e "$HOME/local/wallpaper.png" ] \
- && ! systemctl --user --quiet is-enabled i3-rotate-wallpaper.timer; then
- # Persistent=true only works if the timer has been triggered at
- # least once, but my computer is generally suspended at midnight.
- # So pretend that the job just fired
- mkdir -p "$HOME/.local/share/systemd/timers"
- touch "$HOME/.local/share/systemd/timers/stamp-i3-rotate-wallpaper.timer"
-
- systemctl --user --now enable i3-rotate-wallpaper.timer
-fi
+# if [ -e "$HOME/local/wallpaper.png" ] \
+# && ! systemctl --user --quiet is-enabled i3-rotate-wallpaper.timer; then
+# # Persistent=true only works if the timer has been triggered at
+# # least once, but my computer is generally suspended at midnight.
+# # So pretend that the job just fired
+# mkdir -p "$HOME/.local/share/systemd/timers"
+# touch "$HOME/.local/share/systemd/timers/stamp-i3-rotate-wallpaper.timer"
+
+# systemctl --user --now enable i3-rotate-wallpaper.timer
+# fi
# ---- monitor settings