Skip to content

Simpler way #15

@beurle

Description

@beurle

Hi

New installs since November 2024 seem to use labwc. So I just edited this file in the home directory;

~ $ nano .config/labwc/autostart

and put this in;
/usr/bin/chromium-browser --noerrdialogs --disable-infobars --kiosk --app=https://google.com

To get the screen to dim when inactive I installed swayidle and added this to the autostart file;
/usr/bin/swayidle -w timeout 60 'echo 3 > /sys/class/backlight/10-0045/brightness' resume 'echo 31 > /sys/class/backlight/10-0045/brightness'

I didn't have any luck with unclutter but that looks like its unnecessary after v.8?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions