mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-07 04:34:24 -05: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 git-download)
|
||||
#:use-module (guix gexp)
|
||||
|
|
@ -18,11 +18,11 @@
|
|||
#:use-module (guix licenses))
|
||||
|
||||
|
||||
(define-public mangowc-git
|
||||
(define-public mangowm-git
|
||||
(package
|
||||
(name "mangowc")
|
||||
(name "mangowm")
|
||||
(version "git")
|
||||
(source (local-file "." "mangowc-checkout"
|
||||
(source (local-file "." "mangowm-checkout"
|
||||
#:recursive? #t
|
||||
#:select? (or (git-predicate (current-source-directory))
|
||||
(const #t))))
|
||||
|
|
@ -55,10 +55,10 @@
|
|||
wlroots
|
||||
scenefx))
|
||||
(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")
|
||||
(description "A Wayland compositor based on wlroots and scenefx,
|
||||
inspired by dwl but aiming to be more feature-rich.")
|
||||
(license gpl3)))
|
||||
|
||||
mangowc-git
|
||||
mangowm-git
|
||||
|
|
|
|||
|
|
@ -500,7 +500,7 @@ static const struct wl_registry_listener registry_listener = {
|
|||
|
||||
static void usage(void) {
|
||||
fprintf(stderr,
|
||||
"mmsg - MangoWC IPC\n"
|
||||
"mmsg - MangoWM IPC\n"
|
||||
"\n"
|
||||
"SYNOPSIS:\n"
|
||||
"\tmmsg [-OTLq]\n"
|
||||
|
|
@ -517,7 +517,7 @@ static void usage(void) {
|
|||
"\t-O Get all output (monitor) information\n"
|
||||
"\t-T Get number of tags\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"
|
||||
"\n"
|
||||
"GET OPTIONS (used with -g or -w):\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue