mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #937] [Feature]: shutdown LCD on spoolbuddy not just blank the screen #647
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#647
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 @TravisWilder on GitHub (Apr 10, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/937
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
The screen goes blank after based on the configuration, but the LCD backlight is still on.
Proposed Solution
I know this is not perfect as this has a fixed timing, but I replaced in .config/labwc/autostart
(while true; do wlr-randr --output HDMI-A-1 --on 2>/dev/null; sleep 60; done) &with
(needs sudo apt install swayidle wlopm)
Alternatives Considered
No response
Feature Category
Other
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Apr 11, 2026):
Available/Fixed in branch dev and available with the next release or daily build.