File: sprop.1

package info (click to toggle)
suckless-tools 47-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 768 kB
  • sloc: ansic: 3,434; makefile: 448; sh: 80
file content (23 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH SPROP 1 sprop\-VERSION
.SH NAME
sprop \- simple X property utility
.SH SYNOPSIS
.B sprop
.I xid atom
.RI [ value ]
[\-v]
.SH DESCRIPTION
.SS Overview
The
.I sprop
utility prints the value of the property
.I atom
of the window with the given
.IR xid ,
or alternatively sets it to
.I value
if given. sprop can only interact with atoms which are strings.
.SS Options
.TP
.B \-v
prints version information to standard output, then exits.