Michael's cwm desktop (minimal)

From Alpine Linux
Revision as of 14:51, 24 May 2025 by Mikethe1wheelnut (talk | contribs) (Created page with "add the following lines to .xinitrc: {{cmd|xrandr --output eDP-1 --brightness 0.3}} {{cmd|# feh --bg-fill /home/legolas/wallpaper/valley_of_flowers.jpg}} {{cmd|exec dbus-launch --exit-with-session cwm}} note that last line. it is currently the only thing I do to start the d-bus session for my user. I think there is more I have to do. (also, technically, the wallpaper will have to wait until I download the appropriate file..)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

add the following lines to .xinitrc:

xrandr --output eDP-1 --brightness 0.3

# feh --bg-fill /home/legolas/wallpaper/valley_of_flowers.jpg

exec dbus-launch --exit-with-session cwm

note that last line. it is currently the only thing I do to start the d-bus session for my user. I think there is more I have to do.

(also, technically, the wallpaper will have to wait until I download the appropriate file..)