summaryrefslogtreecommitdiff
path: root/move-to-next-monitor
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-12 17:36:45 -0500
committerB Stack <bgstack15@gmail.com>2019-11-12 17:36:45 -0500
commit37c02295ecd7da5811900163b543e02e5bfac0ec (patch)
tree26f78dbfad675059ac4e7e5fb3af4abd41235d23 /move-to-next-monitor
parentscite 4.2.1 and 3.7.5 (diff)
downloadstackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.tar.gz
stackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.tar.bz2
stackrpms-37c02295ecd7da5811900163b543e02e5bfac0ec.zip
update documentation
Add a readme to all packages, which includes references and diffs where applicable.
Diffstat (limited to 'move-to-next-monitor')
-rw-r--r--move-to-next-monitor/README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/move-to-next-monitor/README.md b/move-to-next-monitor/README.md
index 7f14b8d..703d130 100644
--- a/move-to-next-monitor/README.md
+++ b/move-to-next-monitor/README.md
@@ -10,6 +10,10 @@ A certain non-free operating system uses Super+Shift+Left and Super+Shift+Right.
### Alternatives
Alternative includes: [https://github.com/calandoa/movescreen](https://github.com/calandoa/movescreen)
+This tool is unnecessary in Fluxbox, because Fluxbox users can put in the ~/.fluxbox/keys file these entries:
+
+ Mod4 Shift 113 :MacroCmd {SendToPrevHead}
+ Mod4 Shift 114 :MacroCmd {SendToNextHead}
### Dependencies
Several dependencies are needed for this script to operate correctly.
@@ -19,6 +23,17 @@ Several dependencies are needed for this script to operate correctly.
* xprop
* xrandr
-### Sources
+### move-to-next-monitor upstream
The original concept was written by [jcOOke](https://github.com/jc00ke/move-to-next-monitor). A reiteration in python was provided by [vanaoff](https://github.com/vanaoff/move-to-next-monitor).
The upstream package for this rpm is [https://gitlab.com/bgstack15/move-to-next-monitor](https://gitlab.com/bgstack15/move-to-next-monitor).
+
+# Reason for being in stackrpms
+No one actually provided a distro package for this program.
+
+# Reverse dependency matrix
+Distro | move-to-next-monitor version
+---------- | ---------------
+All | 0.0.1
+
+# Differences from upstream
+Unknown
bgstack15