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