aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjc00ke <jesse@jc00ke.com>2016-06-17 21:19:09 -0700
committerjc00ke <jesse@jc00ke.com>2016-06-17 21:29:00 -0700
commit4f2dbfbcecc465fd02de063bcd2acc7872962243 (patch)
treeb7152049490ceee1a30a090dbcd4cb0c203d677a /README.md
parentSupport monitors in vertical positions too (diff)
downloadmove-to-next-monitor-4f2dbfbcecc465fd02de063bcd2acc7872962243.tar.gz
move-to-next-monitor-4f2dbfbcecc465fd02de063bcd2acc7872962243.tar.bz2
move-to-next-monitor-4f2dbfbcecc465fd02de063bcd2acc7872962243.zip
Update README with support & thanks
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index f608977..32fd073 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,17 @@
# move-to-next-monitor
+
Script to move windows from one monitor to the next in Xubuntu
+
+Even though I don't use Xubuntu anymore, people are still interested
+in this script. Sweet! Glad it can help others.
+
+I mapped `ctrl+alt+n` to exectute this script.
+
+## Support
+
+Since I don't use Xubuntu and therefore don't have a way to test changes, I'm going to rely on others to QA and give me feedback.
+
+## Thanks
+
+* [icyrock](http://icyrock.com/blog/2012/05/xubuntu-moving-windows-between-monitors/) post for initial development
+* @jordansissel for his excellent [xdotool](https://github.com/jordansissel/xdotool)
bgstack15