From 3fcd32aa6d295ac62fe0e526931fc556a4060343 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 13 Jul 2023 09:56:51 -0400 Subject: initial commit --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6409f48 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ + + +# 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 . + +## 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. -- cgit