diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:24:10 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:24:10 -0500 |
commit | e345bc3ba5e5a1e187240770e26cd7bc260e05ec (patch) | |
tree | e857a55470eefae6bc5fb913d65ce34e6f3265f6 /common/.xinitrc | |
parent | 8203f3331bbacbb8d8a6d900ebc99841de10ab80 (diff) | |
download | dotfiles-e345bc3ba5e5a1e187240770e26cd7bc260e05ec.tar.gz dotfiles-e345bc3ba5e5a1e187240770e26cd7bc260e05ec.zip |
Emacs, Dunst: Replace Dunst with EDNC
Diffstat (limited to 'common/.xinitrc')
-rw-r--r-- | common/.xinitrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/.xinitrc b/common/.xinitrc index 72ab245..8e0af9c 100644 --- a/common/.xinitrc +++ b/common/.xinitrc @@ -5,7 +5,6 @@ mywal -R xsettingsd & xset s 3600 [ ! "$IS_UNDERPOWERED" = 1 ] && picom --config ~/.picom.conf & -dunst & unclutter -root -idle 5 & (pidof transmission-daemon >/dev/null || \ (which transmission-daemon 2>&1 >/dev/null &&\ |