8 lines
157 B
Bash
8 lines
157 B
Bash
#!/bin/sh
|
|
|
|
xset s off
|
|
xset -dpms
|
|
systemctl --user import-environment DISPLAY
|
|
systemctl --user start gui.target
|
|
exec matchbox-window-manager -use_titlebar no
|