diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6409f48 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +<!-- +.. File: README.md +.. Location: https://bgstack15.ddns.net/cgit/fix-alttab +.. Author: bgstack15 +.. Startdate: 2023-07-10-2 11:01 +.. Title: README for fix-alttab +.. Project: fix-alttab +.. Purpose: Readme file +.. History: +.. Usage: Read it +.. Reference: +.. Improve: +.. Dependencies: +.. Documentation: +--> + +# README for fix-alttab +This is a quick and dirty tool that rearranges alttab on the screen when one of my two monitors is on a different input. For my main workstation, when xrandr output resembles certain setup (only right monitor usable), run alttab with certain config. When xrandr output resembles 2 monitors usable, run alttab with certain config. + +## Upstream +This project's upstream is at <https://bgstack15.ddns.net/cgit/fix-alttab>. + +## Alternatives +Use a desktop environment. + +## Reason for existence + +## Using +Use the included fix-alttab-daemon.desktop entry in `/etc/xdg/autostart`, or add the program to `~/.fluxbox/startup` or run in a terminal. + +## Dependencies + +* Optional: bgscripts, for script plecho +* xrandr + +## Building +N/A. + +## References + +## WORKHERE +2023-07-10-2 11:21 need to add Makefile install target. |