diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-04-23 01:03:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 12:51:22 +0700 |
commit | d3e63f3f9dab4039323b54e7dfb95382a0b5a66b (patch) | |
tree | 44c68e62603360d5e57fc2ed10627536c865f62c /desktop/pytyle/README | |
parent | 2579325669547c2abfc9383bf029fb70c0da11e6 (diff) | |
download | slackbuilds-d3e63f3f9dab4039323b54e7dfb95382a0b5a66b.tar.gz |
desktop/pytyle: Update HOMEPAGE, download URL and SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/pytyle/README')
-rw-r--r-- | desktop/pytyle/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/pytyle/README b/desktop/pytyle/README index 2631fee323..795bd50c68 100644 --- a/desktop/pytyle/README +++ b/desktop/pytyle/README @@ -1,12 +1,12 @@ pytyle (extensible tiling manager). -An extensible tiling manager that can fit into any EWMH compatible +An extensible tiling manager that can fit into any EWMH compatible window manager. Uses Python and the Python X Library. PyTyle is meant to run in the background, so run it like so: pytyle & - + You may want to add the above command to your ~/.xinitrc or another startup script like ~/.config/openbox/autostart. @@ -14,16 +14,16 @@ If you're having trouble running it on start up, try this in your ~/.xinitrc: (sleep 5 && pytyle) & - + It will give the window manager time to startup before PyTyle starts asking it for information. Increase/decrease the sleep timeout appropriately. -After PyTyle has been executed for the first time, it will create a +After PyTyle has been executed for the first time, it will create a configuration file in your XDG_CONFIG_HOME/pytyle/ directory (usually ~/.config/pytyle) called pytylerc. The comments in the configuration file will explain everything. It has been tested relatively well on OpenBox and partially on Fluxbox. -It should, in theory, work with any window manager complying with the +It should, in theory, work with any window manager complying with the EWMH standards. |