diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a98ad339ef..9585dd45ae 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35614,30 +35614,6 @@ compatible with BibTeX's own parser.") ;; package does not contain any generated files. (license license:expat)))) -(define-public i3-autotiling - (package - (name "i3-autotiling") - (version "1.9.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nwg-piotr/autotiling") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ag3zz4r3cwpj769m2aw3l8yj93phsydzfz02dig5z81cc025rck")))) - (build-system pyproject-build-system) - (arguments (list #:tests? #f)) ;no tests - (native-inputs (list python-setuptools)) - (propagated-inputs (list python-i3ipc)) - (home-page "https://github.com/nwg-piotr/autotiling") - (synopsis "Automatically tile windows in i3 and Sway") - (description - "Script for Sway and i3 to automatically switch the horizontal/vertical - window split orientation.") - (license license:gpl3))) - (define-public python-cyclic (package (name "python-cyclic") diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 2e5eb762e2..763e60d90d 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -526,6 +526,30 @@ not hogging your CPU as much as spawning the corresponding amount of shell commands would.") (license license:bsd-3))) +(define-public i3-autotiling + (package + (name "i3-autotiling") + (version "1.9.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/nwg-piotr/autotiling") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0ag3zz4r3cwpj769m2aw3l8yj93phsydzfz02dig5z81cc025rck")))) + (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ;no tests + (native-inputs (list python-setuptools)) + (propagated-inputs (list python-i3ipc)) + (home-page "https://github.com/nwg-piotr/autotiling") + (synopsis "Automatically tile windows in i3 and Sway") + (description + "Script for Sway and i3 to automatically switch the horizontal/vertical + window split orientation.") + (license license:gpl3))) + (define-public i3-wm (package (name "i3-wm")