me
/
guix
Archived
1
0
Fork 0

gnu: Add wdisplays.

* gnu/packages/wm.scm (wdisplays): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
kiasoc5 2023-07-14 22:18:35 -04:00 committed by 宋文武
parent f019ce027c
commit a74604c0f0
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 23 additions and 0 deletions

View File

@ -2022,6 +2022,29 @@ automatically enabled and disabled on hotplug. Kanshi can be used with
Wayland compositors supporting the wlr-output-management protocol.") Wayland compositors supporting the wlr-output-management protocol.")
(license license:expat))) ; MIT license (license license:expat))) ; MIT license
(define-public wdisplays
(package
(name "wdisplays")
(version "1.1.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/artizirk/wdisplays.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "06ydcmfdics2qqjb14p767xs8khd86nancdd9z8j11h2gpvwznvn"))))
(build-system meson-build-system)
(inputs (list gtk+ libepoxy wayland))
(native-inputs (list `(,glib "bin") pkg-config))
(home-page "https://github.com/artizirk/wdisplays")
(synopsis "Configuring displays in Wayland compositors")
(description "@command{wdisplays} is a graphical application for
configuring displays in Wayland compositors that implements the
wlr-output-management-unstable-v1 protocol.")
(license license:gpl3+)))
(define-public stumpwm (define-public stumpwm
(package (package
(name "stumpwm") (name "stumpwm")