From 58ef47609736bdf816edce75bcf25905abbdd09a Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 1 Mar 2019 16:02:32 -0500 Subject: dpkg for move-to-next-monitor --- move-to-next-monitor/debian/control | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 move-to-next-monitor/debian/control (limited to 'move-to-next-monitor/debian/control') 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 +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 -- cgit