aboutsummaryrefslogtreecommitdiff
path: root/xdeadzone.c
AgeCommit message (Expand)Author
2024-02-04More checking for geometry.HEADmasterB. Watson
2024-02-04Simplify option parsing.B. Watson
2024-02-04Remove redundant -i option, remove -abs (make absolute positioning the default).B. Watson
2024-02-03Use a switch in the event loop, clean up debug output.B. Watson
2024-02-03Fix normal window mode (handle resizes/moves).B. Watson
2024-02-03Blank line between error message and usage; get rid of "try --help" since it ...B. Watson
2024-02-03Smarter warp direction, allow ctrl plus any mod key to override.B. Watson
2024-02-01Accidentally left DEBUG defined.B. Watson
2024-02-01Do not allow "-n -i".B. Watson
2024-02-01Add -n (normal window) option.B. Watson
2024-02-01Enforce "only one mode argument" rule.B. Watson
2024-02-01Further simplify argument procesing, fix -abs negative offsets.B. Watson
2024-02-01Add black/white/invisible modes.B. Watson
2024-02-01Use XParseGeometry(), simplify argument processing.B. Watson
2024-01-31Initial commit.B. Watson