mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-11 05:34:21 -04:00
rename mangowc to mangowm
This commit is contained in:
parent
7df43679e7
commit
3be6fccefc
2 changed files with 8 additions and 8 deletions
12
mangowm.scm
12
mangowm.scm
|
|
@ -1,4 +1,4 @@
|
||||||
(define-module (mangowc)
|
(define-module (mangowm)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
|
|
@ -18,11 +18,11 @@
|
||||||
#:use-module (guix licenses))
|
#:use-module (guix licenses))
|
||||||
|
|
||||||
|
|
||||||
(define-public mangowc-git
|
(define-public mangowm-git
|
||||||
(package
|
(package
|
||||||
(name "mangowc")
|
(name "mangowm")
|
||||||
(version "git")
|
(version "git")
|
||||||
(source (local-file "." "mangowc-checkout"
|
(source (local-file "." "mangowm-checkout"
|
||||||
#:recursive? #t
|
#:recursive? #t
|
||||||
#:select? (or (git-predicate (current-source-directory))
|
#:select? (or (git-predicate (current-source-directory))
|
||||||
(const #t))))
|
(const #t))))
|
||||||
|
|
@ -55,10 +55,10 @@
|
||||||
wlroots
|
wlroots
|
||||||
scenefx))
|
scenefx))
|
||||||
(native-inputs (list pkg-config wayland-protocols))
|
(native-inputs (list pkg-config wayland-protocols))
|
||||||
(home-page "https://github.com/DreamMaoMao/mangowc")
|
(home-page "https://github.com/DreamMaoMao/mangowm")
|
||||||
(synopsis "Wayland compositor based on wlroots and scenefx")
|
(synopsis "Wayland compositor based on wlroots and scenefx")
|
||||||
(description "A Wayland compositor based on wlroots and scenefx,
|
(description "A Wayland compositor based on wlroots and scenefx,
|
||||||
inspired by dwl but aiming to be more feature-rich.")
|
inspired by dwl but aiming to be more feature-rich.")
|
||||||
(license gpl3)))
|
(license gpl3)))
|
||||||
|
|
||||||
mangowc-git
|
mangowm-git
|
||||||
|
|
|
||||||
|
|
@ -500,7 +500,7 @@ static const struct wl_registry_listener registry_listener = {
|
||||||
|
|
||||||
static void usage(void) {
|
static void usage(void) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"mmsg - MangoWC IPC\n"
|
"mmsg - MangoWM IPC\n"
|
||||||
"\n"
|
"\n"
|
||||||
"SYNOPSIS:\n"
|
"SYNOPSIS:\n"
|
||||||
"\tmmsg [-OTLq]\n"
|
"\tmmsg [-OTLq]\n"
|
||||||
|
|
@ -517,7 +517,7 @@ static void usage(void) {
|
||||||
"\t-O Get all output (monitor) information\n"
|
"\t-O Get all output (monitor) information\n"
|
||||||
"\t-T Get number of tags\n"
|
"\t-T Get number of tags\n"
|
||||||
"\t-L Get all available layouts\n"
|
"\t-L Get all available layouts\n"
|
||||||
"\t-q Quit MangoWC\n"
|
"\t-q Quit mango\n"
|
||||||
"\t-o <output> Select output (monitor)\n"
|
"\t-o <output> Select output (monitor)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"GET OPTIONS (used with -g or -w):\n"
|
"GET OPTIONS (used with -g or -w):\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue