File: sample.xsession

package info (click to toggle)
larswm 7.5.3-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 460 kB
  • ctags: 484
  • sloc: ansic: 6,757; makefile: 43; sh: 18
file content (24 lines) | stat: -rwxr-xr-x 521 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh

#
# Copyright (c) 2004 Lars Bernhardsson, see README for licence details
#
# sample.xsession - Login script for larswm
#

# Clear root window settings and set background color
xsetroot && xsetroot -solid lightgray

# 2nd screen
# xsetroot -display :0.1 && xsetroot -display :0.1 -solid lightgray

# Start a couple of tools
xload -geometry 96x48-0-0 &
xbiff -geometry 48x48-100-0 &
xclock -geometry 48x48-152-0 &

# Start a background job that feeds date/time to larswm
larsclock &

# Start larswm.
exec larswm