me
/
guix
Archived
1
0
Fork 0

gnu: Add fbautostart.

* gnu/packages/wm.scm (fbautostart): New variable.
master
Danny Milosavljevic 2023-03-31 12:54:01 +02:00
parent 1c6238794b
commit 56de91b712
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 22 additions and 0 deletions

View File

@ -1061,6 +1061,28 @@ experience.")
(home-page "http://fluxbox.org/") (home-page "http://fluxbox.org/")
(license license:expat))) (license license:expat)))
(define-public fbautostart
(package
(name "fbautostart")
(version "2.718281828")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/paultag/fbautostart.git")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"13h6j5khi5axqhflzhayzgvyhxylmk5vsgin235ji440mzd516gz"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake))
(synopsis "XDG autostarter for Fluxbox window manager")
(description "This package provides an autostarter complaint with
the XDG Autostart specification.")
(home-page "https://github.com/paultag/fbautostart")
(license license:expat)))
(define-public fnott (define-public fnott
(package (package
(name "fnott") (name "fnott")