summaryrefslogtreecommitdiff
path: root/xseticon/README
blob: d6d0f844adcf5add086839206e37722d2e6eba5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
usage: xseticon [options] path/to/icon.png
options:
  -name     : apply icon to the window of the name supplied
  -id   : apply icon to the window id supplied

Sets the window icon to the specified .png image. The image is loaded from
the file at runtime and sent to the X server; thereafter the file does not
need to exist, and can be deleted/renamed/modified without the X server or
window manager noticing.
If no window selection option is specified, the window can be interactively
selected using the cursor.

Hints:
  xseticon -id "$WINDOWID" path/to/icon.png
Will set the icon for an xterm.
Source: http://www.leonerd.org.uk/code/xseticon/
bgstack15