File: Startup

package info (click to toggle)
fvwm-crystal 3.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,748 kB
  • ctags: 793
  • sloc: sh: 2,815; cs: 880; python: 875; makefile: 212
file content (35 lines) | stat: -rw-r--r-- 837 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
25
26
27
28
29
30
31
32
33
34
35
# In this file you can start up applications at the beginning of the session.

AddToFunc InitFunction

# Launch GKrellM, only if it doesn't run
#+ I Test (x gkrellm) Exec pidof gkrellm || exec gkrellm

#Launch torsmo
#+ I Test (x torsmo) Exec pidof torsmo || exec torsmo

#Launch conky
#+ I Test (x conky) Exec pidof conky || exec conky

# A calendar on the desktop
#+ I Test (x gdeskcal) X gdeskcal

# Launch Skype
#+ I Test (x skype) Exec pidof skype || exec skype

# Launch Psi
#+ I Test (x psi) Exec pidof psi || exec psi

# Launch TleenX2
#+ I Test (x tleenx2) Exec pidof tleenx2 || exec tleenx2

# Launch Kadu
#+ I Test (x kadu) Exec pidof kadu || exec kadu

# Launch QJackCtl
#+ I Test (x qjackctl) Exec pidof qjackctl || exec qjackctl

# Launch LADITray
#+ I Test (x laditray) Exec pidof laditray || exec laditray

# vim:ft=fvwm