From 226270c5242126756c8c5ae45836b01c56b6f974 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Wed, 5 Feb 2025 13:38:12 +0800 Subject: [PATCH] fix for readme --- README.md | 3 +++ config.def.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13d4400..76022ab 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ cd plume meson build -Dprefix=/usr sudo ninja -C build install +// set your autostart cmd ih this +touch ~/.config/plume/autostart.sh + ``` # dependcy diff --git a/config.def.h b/config.def.h index c911f79..8781b58 100644 --- a/config.def.h +++ b/config.def.h @@ -51,7 +51,7 @@ static int warpcursor = 1; /* Warp cursor to focused client */ static const char *const autostart[] = { "/bin/sh", "-c", - "$DWL/autostart.sh", + "~/.config/plume/autostart.sh", NULL, NULL, }; @@ -172,7 +172,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA /* commands */ // 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[] = { /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */