fix for readme

This commit is contained in:
DreamMaoMao 2025-02-05 13:38:12 +08:00
parent aef9a14cf9
commit 226270c524
2 changed files with 5 additions and 2 deletions

View file

@ -41,6 +41,9 @@ cd plume
meson build -Dprefix=/usr meson build -Dprefix=/usr
sudo ninja -C build install sudo ninja -C build install
// set your autostart cmd ih this
touch ~/.config/plume/autostart.sh
``` ```
# dependcy # dependcy

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",
"$DWL/autostart.sh", "~/.config/plume/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 $DWL/wofi/config_menu", NULL }; // static const char *menucmd[] = { "wofi --conf ~/.config/plume/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. */