change project name

This commit is contained in:
DreamMaoMao 2025-02-05 20:58:44 +08:00
parent 3a3b5a386c
commit f2f2bdceb3
5 changed files with 14 additions and 14 deletions

View file

@ -36,8 +36,8 @@ cd wlroots
meson build -Dprefix=/usr meson build -Dprefix=/usr
sudo ninja -C build install sudo ninja -C build install
git clone https://github.com/DreamMaoMao/plume.git git clone https://github.com/DreamMaoMao/maomao.git
cd plume cd maomao
meson build -Dprefix=/usr meson build -Dprefix=/usr
sudo ninja -C build install sudo ninja -C build install

View file

@ -51,7 +51,7 @@ static int warpcursor = 1; /* Warp cursor to focused client */
static const char *const autostart[] = { static const char *const autostart[] = {
"/bin/sh", "/bin/sh",
"-c", "-c",
"~/.config/plume/autostart.sh", "~/.config/maomao/autostart.sh",
NULL, NULL,
NULL, NULL,
}; };
@ -172,7 +172,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
/* commands */ /* commands */
// static const char *termcmd[] = { "foot", NULL }; // static const char *termcmd[] = { "foot", NULL };
// static const char *menucmd[] = { "wofi --conf ~/.config/plume/wofi/config_menu", NULL }; // static const char *menucmd[] = { "wofi --conf ~/.config/maomao/wofi/config_menu", NULL };
static const Key keys[] = { static const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */

7
maomao.desktop Normal file
View file

@ -0,0 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Maomao
Comment=Maomao WM
Exec=env XDG_CURRENT_DESKTOP=sway maomao
Icon=maomao
Type=Application

View file

@ -1,4 +1,4 @@
project('plume', ['c', 'cpp'], project('maomao', ['c', 'cpp'],
version : '0.1' version : '0.1'
) )
@ -33,7 +33,7 @@ if xcb.found() and xlibs.found()
c_args += '-DIM' c_args += '-DIM'
endif endif
executable('plume', executable('maomao',
'main.c', 'main.c',
'util.c', 'util.c',
'wlr_foreign_toplevel_management_v1.c', 'wlr_foreign_toplevel_management_v1.c',
@ -55,4 +55,4 @@ executable('plume',
prefix = get_option('prefix') prefix = get_option('prefix')
desktop_install_dir = join_paths(prefix, 'share/wayland-sessions') desktop_install_dir = join_paths(prefix, 'share/wayland-sessions')
install_data('plume.desktop', install_dir : desktop_install_dir) install_data('maomao.desktop', install_dir : desktop_install_dir)

View file

@ -1,7 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Name=Plume
Comment=Plume WM
Exec=env XDG_CURRENT_DESKTOP=sway plume
Icon=plume
Type=Application