7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
xset b off
|
|
xrdb -merge ~/.Xresources
|
|
xsetroot -solid steelblue &
|
|
xidle -timeout 300 -program "/usr/X11R6/bin/xlock -mode blank" &
|
|
xrandr --output LVDS1 --auto --output VGA1 --auto --above LVDS1
|
|
exec /usr/bin/ssh-agent /usr/local/bin/i3
|