=pod =head2 NAME icewm-startup - icewm startup configuration file =head2 SYNOPSIS $ICEWM_PRIVCFG/startup $XDG_CONFIG_HOME/icewm/startup $HOME/.icewm/startup /etc/icewm/startup /usr/share/icewm/startup =head2 DESCRIPTION The F file contains commands to be executed on B 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 L when B starts. =head2 EXAMPLES #!/bin/bash xset r rate 250 32 flameshot & volumeicon & redshift-gtk & picom -b Remember to C. The first line must be a hash-bang, followed by the path of your script interpreter or shell. =head2 FILES Locations for the F file are as follows: $ICEWM_PRIVCFG/startup $XDG_CONFIG_HOME/icewm/startup $HOME/.icewm/startup /etc/icewm/startup /usr/share/icewm/startup The locations are searched in the order listed; the first file found is executed and the remainder ignored. =head2 SEE ALSO L, L. =head2 AUTHOR Brian Bidulock L. =head2 LICENSE B is licensed under the GNU Library General Public License. See the F file in the distribution. =cut # vim: set sw=4 tw=72 nocin spell spelllang=en_ca: