Skip to content

Commit

Permalink
Create labwc config directory when enabling screen blanking
Browse files Browse the repository at this point in the history
  • Loading branch information
spl237 committed Aug 2, 2024
1 parent d22643a commit 4832cbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
raspi-config (20240802) bookworm; urgency=medium

[ Simon Long ]
* Create labwc config directory when enabling screen blanking

-- Simon Long <[email protected]> Fri, 02 Aug 2024 14:22:31 +0100

raspi-config (20240715) bookworm; urgency=medium

[ Simon Long ]
* Add squeekboard switching

-- Simon Long <[email protected]> Mon, 15 Jul 2024 13:02:39 +0100

raspi-config (20240708) bookworm; urgency=medium

[ Paul Mucur ]
Expand Down
1 change: 1 addition & 0 deletions raspi-config
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ do_blanking() {
if [ "$RET" -eq "$CURRENT" ]; then
ASK_TO_REBOOT=1
fi
mkdir -p "$HOMEDIR/.config/labwc/"
if [ "$RET" -eq 0 ] ; then
echo "swayidle -w timeout 600 'wlopm --off \\*' resume 'wlopm --on \\*' &" >> $LABWCAST_FILE
STATUS=enabled
Expand Down

0 comments on commit 4832cbd

Please sign in to comment.