summaryrefslogtreecommitdiff
path: root/move-to-next-monitor/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'move-to-next-monitor/debian/control')
-rw-r--r--move-to-next-monitor/debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/move-to-next-monitor/debian/control b/move-to-next-monitor/debian/control
new file mode 100644
index 0000000..8b03708
--- /dev/null
+++ b/move-to-next-monitor/debian/control
@@ -0,0 +1,18 @@
+Source: move-to-next-monitor
+Section: x11/utils
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=11~)
+Standards-Version: 4.1.4
+Homepage: https://gitlab.com/bgstack15/move-to-next-monitor
+
+Package: move-to-next-monitor
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ python3,
+ wmctrl,
+ x11-utils,
+ x11-xserver-utils,
+ xdotool
+Description: python script for simple window manipulation
bgstack15