FreeBSD Manual Pages
ICEWM-STARTUP(5) Standards, Environments and Macros ICEWM-STARTUP(5) NAME icewm-startup - icewm startup configuration file SYNOPSIS $ICEWM_PRIVCFG/startup $XDG_CONFIG_HOME/icewm/startup $HOME/.icewm/startup /usr/local/share/icewm/startup /usr/local/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 which 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 & Remember to "chmod +x ~/.icewm/startup". FILES Locations for the startup file are as follows: $ICEWM_PRIVCFG/startup $XDG_CONFIG_HOME/icewm/startup $HOME/.icewm/startup /usr/local/share/icewm/startup /usr/local/share/icewm/startup The locations are searched in the order listed; the first file found is read 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. icewm 1.9.2 2020-11-10 ICEWM-STARTUP(5)
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | FILES | SEE ALSO | AUTHOR | LICENSE
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=icewm-startup&sektion=5&manpath=FreeBSD+13.0-RELEASE+and+Ports>