GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ICEWM-STARTUP(5) Standards, Environments and Macros ICEWM-STARTUP(5)

 icewm-startup - icewm startup configuration file

 $ICEWM_PRIVCFG/startup
 $XDG_CONFIG_HOME/icewm/startup
 $HOME/.icewm/startup
 /usr/local/etc/icewm/startup
 /usr/local/share/icewm/startup

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.

 #!/bin/bash
 xset r rate 250 32
 flameshot &
 volumeicon &
 redshift-gtk &
 picom -b

Remember to "chmod +x ~/.icewm/startup".

Locations for the startup file are as follows:

 $ICEWM_PRIVCFG/startup
 $XDG_CONFIG_HOME/icewm/startup
 $HOME/.icewm/startup
 /usr/local/etc/icewm/startup
 /usr/local/share/icewm/startup

The locations are searched in the order listed; the first file found is executed and the remainder ignored.

icewm-session(1), icewm-shutdown(5).

Brian Bidulock <mailto:bidulock@openss7.org>.

IceWM is licensed under the GNU Library General Public License. See the COPYING file in the distribution.
2022-02-23 icewm 2.9.6

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.