1ICEWM-STARTUP(5) Standards, Environments and Macros ICEWM-STARTUP(5)
2
3
4
5 NAME
6 icewm-startup - icewm startup configuration file
7
8 SYNOPSIS
9 $ICEWM_PRIVCFG/startup
10 $XDG_CONFIG_HOME/icewm/startup
11 $HOME/.icewm/startup
12 /etc/icewm/startup
13 /usr/share/icewm/startup
14
15 DESCRIPTION
16 The startup file contains commands to be executed on icewm startup.
17 This is an executable script. Typically the commands tweak X11 settings
18 and launch some applications which always need to be active. It is run
19 by icewm-session(1) when icewm starts.
20
21 EXAMPLES
22 #!/bin/bash
23 xset r rate 250 32
24 flameshot &
25 volumeicon &
26 redshift-gtk &
27 picom -b
28
29 Remember to "chmod +x ~/.icewm/startup".
30
31 FILES
32 Locations for the startup file are as follows:
33
34 $ICEWM_PRIVCFG/startup
35 $XDG_CONFIG_HOME/icewm/startup
36 $HOME/.icewm/startup
37 /etc/icewm/startup
38 /usr/share/icewm/startup
39
40 The locations are searched in the order listed; the first file found is
41 executed and the remainder ignored.
42
43 SEE ALSO
44 icewm-session(1), icewm-shutdown(5).
45
46 AUTHOR
47 Brian Bidulock <mailto:bidulock@openss7.org>.
48
49 LICENSE
50 IceWM is licensed under the GNU Library General Public License. See
51 the COPYING file in the distribution.
52
53
54
55icewm 3.3.1 2023-01-24 ICEWM-STARTUP(5)