aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-07-13 09:56:51 -0400
committerB. Stack <bgstack15@gmail.com>2023-07-13 09:56:51 -0400
commit3fcd32aa6d295ac62fe0e526931fc556a4060343 (patch)
tree244c95a3ed1cf21c4cb2705276062d98cd7e10ae /README.md
downloadfix-alttab-3fcd32aa6d295ac62fe0e526931fc556a4060343.tar.gz
fix-alttab-3fcd32aa6d295ac62fe0e526931fc556a4060343.tar.bz2
fix-alttab-3fcd32aa6d295ac62fe0e526931fc556a4060343.zip
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md42
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.
bgstack15