summaryrefslogtreecommitdiff
path: root/move-to-next-monitor/debian/control
blob: 8b03708abf7f2709f896f52b2be34ce340b99455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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