Commit Graph

16 Commits (master)

Author SHA1 Message Date
Fox Kiester 9c75b30212
Add timeout to wait for program window to appear
Also add error helper function and fix option validation.

Addresses #62. Prevents tdrop from spiking CPU forever if a program fails to
start.
4 years ago
Fox Kiester f4f0f34644
Add hide_all command
Fixes #60.
4 years ago
Fox Kiester 4926be8fcb
Allow specifying program flags after the program
This not working has caused a lot of confusion. Not only is -f not necessary,
but the implementation is worse than just allowing flags after the program.
Deprecate the -f flag. Stop evaling a string; build an array of program options
instead.

Addresses various issues: #6, #17, #52, etc.
5 years ago
Kamil Sołtysik 60435d240f
Pointer-based screen detection 5 years ago
Fox Kiester 27894d40c3
Fix indentation/newline for --class in manpage 6 years ago
Fox Kiester c3978e3059
Update repository, contact, and version information 6 years ago
noctuid b7b529f80f Mention that --wm is needed if wmname has been used
Addresses #40.
6 years ago
noctuid ad8c192269 Clarify -f example in manpage
Addresses #39.
6 years ago
noctuid 3aa34f7d21 Update hooks documentation
- More explicitly mention that single quotes should be used to prevent
  variable evaluation
- List hook flags in readme
- Consistently order in the readme and manpage
- Fix typo in manpage (--pre-create-hook -> --post-create-hook)
- Some rewording
6 years ago
noctuid 0facf21df7 Add tmuxifier support
Addresses #38.
6 years ago
noctuid e24560402c Add argument descriptions to each flag line in man 7 years ago
noctuid b34232d299 Add --name flag
Closes #33.
7 years ago
noctuid 5373b5c31a Clarify the difference between classname and class 7 years ago
noctuid a80be242f9 Improve documentation of --class
Closes #33.
7 years ago
noctuid 099a4149d6 Update readme for new hooks and convert to org 7 years ago
noctuid 61c768bc68 Update manpage
- Add --wm and --class flags
- Rename to tdrop.1
7 years ago