From bac4ff6815279ac00711581e3f3628cc79f92bbb Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 27 Dec 2018 01:06:41 +0000 Subject: xseticon --- xseticon/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 xseticon/README (limited to 'xseticon/README') diff --git a/xseticon/README b/xseticon/README new file mode 100644 index 0000000..d6d0f84 --- /dev/null +++ b/xseticon/README @@ -0,0 +1,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/ -- cgit