Man page - icewm-startup(5)
Packages contains this manual
- icewm-programs(5)
- icewm-session(1)
- icewm-preferences(5)
- icewm-keys(5)
- icewm(1)
- icewmbg(1)
- icesound(1)
- icewm-shutdown(5)
- icewm-menu-fdo(1)
- icewm-focus_mode(5)
- icewm-menu-xrandr(1)
- icewm-winoptions(5)
- icewm-toolbar(5)
- icewmhint(1)
- icewm-prefoverride(5)
- icewm-menu(5)
- icewm-env(5)
- icehelp(1)
- icewm-startup(5)
- icewm-set-gnomewm(1)
- icesh(1)
- icewm-theme(5)
apt-get install icewm-common
Manual
ICEWM-STARTUP
NAMESYNOPSIS
DESCRIPTION
EXAMPLES
FILES
SEE ALSO
AUTHOR
LICENSE
NAME
icewm-startup - icewm startup configuration file
SYNOPSIS
$ICEWM_PRIVCFG/startup
$XDG_CONFIG_HOME/icewm/startup
$HOME/.icewm/startup
/etc/X11/icewm/startup
/usr/share/icewm/startup
DESCRIPTION
The startup file contains commands to be executed on icewm startup. This is an executable script. Typically the commands tweak X11 settings and launch some applications that always need to be active. It is run by icewm-session (1) when icewm starts.
EXAMPLES
#!/bin/bash
xset r rate 250 32
flameshot &
volumeicon &
redshift-gtk &
picom -b
Remember to "chmod +x ˜/.icewm/startup". The first line must be a hash-bang, followed by the path of your script interpreter or shell.
FILES
Locations for the startup file are as follows:
$ICEWM_PRIVCFG/startup
$XDG_CONFIG_HOME/icewm/startup
$HOME/.icewm/startup
/etc/X11/icewm/startup
/usr/share/icewm/startup
The locations are searched in the order listed; the first file found is executed and the remainder ignored.
SEE ALSO
icewm-session (1), icewm-shutdown (5).
AUTHOR
Brian Bidulock <mailto:bidulock@openss7.org>.
LICENSE
IceWM is licensed under the GNU Library General Public License. See the COPYING file in the distribution.