From aadb4fae0863d59db2016ddac306f52cbf9e206a Mon Sep 17 00:00:00 2001 From: Felix Sanchez Date: Sat, 22 Nov 2025 03:59:37 -0600 Subject: [PATCH] fix: tte screensaver fullscreen (#3499) to go tte full screen on 0.13, the option --reuse-canvas is needed --- bin/omarchy-cmd-screensaver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-cmd-screensaver b/bin/omarchy-cmd-screensaver index 33337851..9ba2ff94 100755 --- a/bin/omarchy-cmd-screensaver +++ b/bin/omarchy-cmd-screensaver @@ -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