summaryrefslogtreecommitdiffstats
path: root/system/suckless-tools/pod/swarp.pod
blob: 87136887a58685adb6b355011e4f906333103040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# POD source for swarp man page. Convert with:
# pod2man --stderr -s1 -c"Suckless.org Tools" -r0.1 swarp.pod > swarp.1

=pod

=head1 NAME

B<swarp> - simple pointer warp

=head1 SYNOPSIS

B<swarp> [x] [y]

B<swarp> -v

=head1 DESCRIPTION

B<swarp> is a generic pointer warping utility for X. Example:

# B<swarp 100 100>

will warp the pointer to (100, 100) on your screen.

=head1 OPTIONS

B<-v> prints the version number and exits.

=head1 ENVIRONMENT

B<DISPLAY> - used in the usual way.

=head1 AUTHORS

B<ssid> was written by Anselm R. Garbe (garbeam at gmail dot com)
and Sander van Dijk (a dot h dot vandijk at gmail dot com).

This man page written by B. Watson for the SlackBuilds.org project. It
may be used by anyone.
=cut