summaryrefslogtreecommitdiff
path: root/move-to-next-monitor/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-11-30 21:58:36 +0000
committerB Stack <bgstack15@gmail.com>2018-11-30 21:58:36 +0000
commit86292a9eb7cb11daebdfea7c8144f2ed81c63287 (patch)
treef75d919596b173162b8df38e784348f47a1e9587 /move-to-next-monitor/README.md
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentadd move-to-next-monitor (diff)
downloadstackrpms-86292a9eb7cb11daebdfea7c8144f2ed81c63287.tar.gz
stackrpms-86292a9eb7cb11daebdfea7c8144f2ed81c63287.tar.bz2
stackrpms-86292a9eb7cb11daebdfea7c8144f2ed81c63287.zip
Merge branch 'monitor-bump' into 'master'
add move-to-next-monitor See merge request bgstack15/stackrpms!19
Diffstat (limited to 'move-to-next-monitor/README.md')
-rw-r--r--move-to-next-monitor/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/move-to-next-monitor/README.md b/move-to-next-monitor/README.md
new file mode 100644
index 0000000..7f14b8d
--- /dev/null
+++ b/move-to-next-monitor/README.md
@@ -0,0 +1,24 @@
+# Readme for move-to-next-monitor
+To take full advantage of move-to-next-monitor, set it up on a keyboard shortcut in your display manager settings.
+
+A certain non-free operating system uses Super+Shift+Left and Super+Shift+Right.
+
+| Command | Shortcut key |
+| ------------------------------ | ----------------- |
+| move-to-next-monitor | Super+Shift+right |
+| move-to-next-monitor --reverse | Super+Shift+left |
+
+### Alternatives
+Alternative includes: [https://github.com/calandoa/movescreen](https://github.com/calandoa/movescreen)
+
+### Dependencies
+Several dependencies are needed for this script to operate correctly.
+* python
+* wmctrl
+* xdotool
+* xprop
+* xrandr
+
+### Sources
+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).
bgstack15