fix: tte screensaver fullscreen (#3499)

to go tte full screen on 0.13, the option --reuse-canvas is needed
This commit is contained in:
Felix Sanchez
2025-11-22 03:59:37 -06:00
committed by GitHub
parent e864c2da43
commit aadb4fae08

View File

@@ -19,7 +19,7 @@ hyprctl keyword cursor:invisible true &>/dev/null
while true; do
tte -i ~/.config/omarchy/branding/screensaver.txt \
--frame-rate 120 --canvas-width 0 --canvas-height 0 --anchor-canvas c --anchor-text c\
--frame-rate 120 --canvas-width 0 --canvas-height 0 --reuse-canvas --anchor-canvas c --anchor-text c\
--no-eol --no-restore-cursor random_effect &
while pgrep -x tte >/dev/null; do