Add xsession setup.
This commit is contained in:
parent
17a2982315
commit
802a4291d4
11
dist/.xsession
vendored
Executable file
11
dist/.xsession
vendored
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
nitrogen --set-centered background.png
|
||||
|
||||
xset s off # don't activate screensaver
|
||||
xset -dpms # disable DPMS (Energy Star) features.
|
||||
xset s noblank # don't blank the video device
|
||||
|
||||
unclutter -idle 5 -root & # hide cursor afer 5 seconds of inactivity
|
||||
|
||||
exec matchbox-window-manager -use_titlebar no
|
||||
0
setup/background.png → dist/background.png
vendored
0
setup/background.png → dist/background.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in New Issue
Block a user