M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +0 -24
@@ 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")
M gnu/packages/wm.scm => gnu/packages/wm.scm +24 -0
@@ 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")