Use my own newline & reformat function for M-RET in message
[~bandali/configs] / .xinitrc
index b0e828e..c7083e3 100644 (file)
--- a/.xinitrc
+++ b/.xinitrc
@@ -15,4 +15,8 @@ xsetroot -cursor_name left_ptr
 xset r rate 200 45
 xset b off
 
-exec emacs -ib 0
+[ -x "$(command -v pasystray)" ] && pasystray -a &
+[ -x "$(command -v nm-applet)" ] && nm-applet &
+[ -x "$(command -v picom)" ] && picom &
+[ -x "$(command -v dunst)" ] && dunst &
+EDITOR=nano exec emacs -ib 0