From 27b27c9e24bb9ed417ecf2b4154a6985433432bf Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:54:58 +0400 Subject: [PATCH] update autostart thingy --- config/dwm/config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index a7990cf0..c8e08065 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -24,11 +24,13 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { + "/home/sako/.dwmscripts/bar.sh", NULL, "feh", "--bg-scale", "/home/sako/background.png", NULL, "xsetroot", "-cursor_name", "left_ptr", NULL, "picom", NULL, - "/home/sako/.dwmscripts/bar.sh", NULL, "keepassxc", NULL, + "nm-applet", NULL, + "blueman-applet", NULL, NULL /* terminate */ };