diff options
author | B. Stack <bgstack15@gmail.com> | 2023-07-13 09:56:51 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-07-13 09:56:51 -0400 |
commit | 3fcd32aa6d295ac62fe0e526931fc556a4060343 (patch) | |
tree | 244c95a3ed1cf21c4cb2705276062d98cd7e10ae /debian/control | |
download | fix-alttab-3fcd32aa6d295ac62fe0e526931fc556a4060343.tar.gz fix-alttab-3fcd32aa6d295ac62fe0e526931fc556a4060343.tar.bz2 fix-alttab-3fcd32aa6d295ac62fe0e526931fc556a4060343.zip |
initial commit
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..38b15da --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: fix-alttab +Section: x11 +Priority: optional +Maintainer: B. Stack <bgstack15@gmail.com> +Build-Depends: debhelper-compat (= 13), + bgscripts-core, + txt2man +Standards-Version: 4.5.1 +Homepage: https://bgstack15.ddns.net/ +Rules-Requires-Root: no +Vcs-Git: https://bgstack15.ddns.net/git/fix-alttab +Vcs-Browser: https://bgstack15.ddns.net/git/fix-alttab + +Package: fix-alttab +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: rerun alttab if monitor config changes + This small utility restarts alttab with various parameters + depending on which monitors are active. |