feat:change project name
This commit is contained in:
@@ -36,13 +36,13 @@ 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/maomaowm.git
|
||||||
cd plume
|
cd maomaowm
|
||||||
meson build -Dprefix=/usr
|
meson build -Dprefix=/usr
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
|
|
||||||
// set your autostart cmd ih this
|
// set your autostart cmd ih this
|
||||||
touch ~/.config/plume/autostart.sh
|
touch ~/.config/maomao/autostart.sh
|
||||||
|
|
||||||
```
|
```
|
||||||
# dependcy
|
# dependcy
|
||||||
|
|||||||
@@ -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
7
maomao.desktop
Normal 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
|
||||||
@@ -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)
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user