From 9281a62fc5d70f0d20687254ced7c7e21326ae3a Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sun, 14 Mar 2021 19:20:07 +0100 Subject: [PATCH] cleanup: remove old calls AC_notify and bat_notify have been removed --- .config/X11/xinitrc | 1 - .config/X11/xprofile | 2 -- 2 files changed, 3 deletions(-) diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc index 6347fd3..c1bcf4e 100644 --- a/.config/X11/xinitrc +++ b/.config/X11/xinitrc @@ -28,5 +28,4 @@ else . "$HOME/.xprofile" fi -# starts the WM exec dwm diff --git a/.config/X11/xprofile b/.config/X11/xprofile index e9295a8..c4f5f5b 100644 --- a/.config/X11/xprofile +++ b/.config/X11/xprofile @@ -11,8 +11,6 @@ dunst -follow mouse &> /dev/null & #temp fix [ ! -s ~/.config/mpd/pid ] && mpd pulsemixer --set-volume 50 sbacklight set 3 & -bat_notify & -AC_notify & setbg & dwmblocks &