diff options
| author | kiasoc5 <kiasoc5@disroot.org> | 2023-07-14 22:18:35 -0400 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2023-07-20 19:09:43 +0800 |
| commit | a74604c0f095b665de5ca0bd4b54b620484c2f97 (patch) | |
| tree | 050dffccb38039685b2146073035cd9c3c3ca311 | |
| parent | f019ce027c280a7eb286c66a956ed8a5330a831c (diff) | |
gnu: Add wdisplays.
* gnu/packages/wm.scm (wdisplays): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| -rw-r--r-- | gnu/packages/wm.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index b9909de2193..5c614be7353 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm | |||
| @@ -2022,6 +2022,29 @@ automatically enabled and disabled on hotplug. Kanshi can be used with | |||
| 2022 | Wayland compositors supporting the wlr-output-management protocol.") | 2022 | Wayland compositors supporting the wlr-output-management protocol.") |
| 2023 | (license license:expat))) ; MIT license | 2023 | (license license:expat))) ; MIT license |
| 2024 | 2024 | ||
| 2025 | (define-public wdisplays | ||
| 2026 | (package | ||
| 2027 | (name "wdisplays") | ||
| 2028 | (version "1.1.1") | ||
| 2029 | (source | ||
| 2030 | (origin | ||
| 2031 | (method git-fetch) | ||
| 2032 | (uri (git-reference | ||
| 2033 | (url "https://github.com/artizirk/wdisplays.git") | ||
| 2034 | (commit version))) | ||
| 2035 | (file-name (git-file-name name version)) | ||
| 2036 | (sha256 | ||
| 2037 | (base32 "06ydcmfdics2qqjb14p767xs8khd86nancdd9z8j11h2gpvwznvn")))) | ||
| 2038 | (build-system meson-build-system) | ||
| 2039 | (inputs (list gtk+ libepoxy wayland)) | ||
| 2040 | (native-inputs (list `(,glib "bin") pkg-config)) | ||
| 2041 | (home-page "https://github.com/artizirk/wdisplays") | ||
| 2042 | (synopsis "Configuring displays in Wayland compositors") | ||
| 2043 | (description "@command{wdisplays} is a graphical application for | ||
| 2044 | configuring displays in Wayland compositors that implements the | ||
| 2045 | wlr-output-management-unstable-v1 protocol.") | ||
| 2046 | (license license:gpl3+))) | ||
| 2047 | |||
| 2025 | (define-public stumpwm | 2048 | (define-public stumpwm |
| 2026 | (package | 2049 | (package |
| 2027 | (name "stumpwm") | 2050 | (name "stumpwm") |
