mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #47] "Blank Screen" feature #43
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andiohn on GitHub (Oct 9, 2024).
Original GitHub issue: https://github.com/debloper/xiosk/issues/47
I haven't tested it yet, but supposedly this sets a black screen, so we could use this to 'blank' the screen on a schedule. I'll test and report back, but now that it's installed, it may be a bit of a delay for me to test. I might just install raspberry pi os x86 to test it though.
"swaylock -c 000000"
from here (https://forums.raspberrypi.com/viewtopic.php?t=367535)
Then unblanking, I haven't figured it out yet, but we're half the way there.
@jeffreymonroe commented on GitHub (Oct 3, 2025):
Another option for Wayfire utilizing labwc, you can modify the autostart script located in ~/.config/labwc with the following:
swayidle -w timeout 300 'wlopm --off \*; swaylock &' resume 'sleep 0.2 && wlopm --on \*; killall -SIGUSR1 swaylock' &Most other approaches don't work reliably.