2021-07-24 13:48:57 +02:00
|
|
|
SUMMARY = "Switch the layout splith/splitv depending on the currently focused window dimensions."
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2021-11-23 17:16:27 +01:00
|
|
|
git://github.com/nwg-piotr/autotiling.git;protocol=https;branch=master \
|
2021-07-24 13:48:57 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
DEPENDS = "python3-wheel-native"
|
|
|
|
|
2021-08-07 06:23:26 +02:00
|
|
|
RDEPENDS:${PN} = "python-i3ipc"
|
2021-07-24 13:48:57 +02:00
|
|
|
|
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-05-08 00:14:27 +02:00
|
|
|
PV = "1.9.2"
|
|
|
|
SRCREV = "d31aad311cd9280517e429eb397915fb4ff21a40"
|
2021-07-24 13:48:57 +02:00
|
|
|
|