-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
test/tools/createwindow | ||
test/tools/maprequestwait | ||
wm-launch | ||
wm-launch.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
=head1 NAME | ||
|
||
wm-launch - launch X11 clients with unique IDs | ||
|
||
=head1 SYNOPSIS | ||
|
||
B<wm-launch> [options] WM_LAUNCH_ID COMMAND... | ||
|
||
=head1 DESCRIPTION | ||
|
||
wm-launch provides a shared library for use with I<LD_PRELOAD> and a | ||
command-line tool to set IDs on newly created X11 windows. | ||
|
||
=head1 OPTIONS | ||
|
||
=over | ||
|
||
=item B<-h> | ||
|
||
Show help message. | ||
|
||
=item B<-j> | ||
|
||
Launch I<COMMAND> with firejail. | ||
|
||
=item B<-f> I<FACTORY> | ||
|
||
Launch via a window factory. | ||
A window factory is an X11 client responsible for creating the windows of new | ||
clients. It can be either implicit or explicit, the key difference being that | ||
implicit factories create their own window. | ||
|
||
=item B<-v> | ||
|
||
Show version. | ||
|
||
=back | ||
|
||
=head1 AUTHOR | ||
|
||
James Reed E<lt>[email protected]<gt> | ||
|
||
=head1 REPORTING BUGS | ||
|
||
Bugs and issues can be reported here: | ||
L<https://github.com/jcrd/wm-launch/issues> | ||
|
||
=head1 COPYRIGHT | ||
|
||
Copyright 2019 James Reed. wm-launch is licensed under the | ||
GNU Lesser General Public License v2.1 or later. |