mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08:00
fix: tte screensaver fullscreen (#3499)
to go tte full screen on 0.13, the option --reuse-canvas is needed
This commit is contained in:
parent
e864c2da43
commit
aadb4fae08
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user