aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6409f48194a34fa3ff34ec36e1969017a06df62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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