From 9c4b7f55c47df2973d64d566acd6221dabb27d1a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:58:04 +0400 Subject: [PATCH] good stuff --- config/dwm/config.def.h | 6 +++++- config/dwmbar/bar.sh | 0 2 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 config/dwmbar/bar.sh diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 0da08d96..226f6ee8 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -26,7 +26,11 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { - "st", NULL, + "/home/sako/.dwmscripts/bar.sh", NULL, + "picom", NULL, + "keepassxc", NULL, + "nm-applet", NULL, + "blueman-applet", NULL, NULL /* terminate */ }; diff --git a/config/dwmbar/bar.sh b/config/dwmbar/bar.sh old mode 100644 new mode 100755