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 that 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". The first line must be a
30 hash-bang, followed by the path of your script interpreter or shell.
31
32 FILES
33 Locations for the startup file are as follows:
34
35 $ICEWM_PRIVCFG/startup
36 $XDG_CONFIG_HOME/icewm/startup
37 $HOME/.icewm/startup
38 /etc/icewm/startup
39 /usr/share/icewm/startup
40
41 The locations are searched in the order listed; the first file found is
42 executed and the remainder ignored.
43
44 SEE ALSO
45 icewm-session(1), icewm-shutdown(5).
46
47 AUTHOR
48 Brian Bidulock <mailto:bidulock@openss7.org>.
49
50 LICENSE
51 IceWM is licensed under the GNU Library General Public License. See
52 the COPYING file in the distribution.
53
54
55
56icewm 3.4.4 2023-11-03 ICEWM-STARTUP(5)