diff options
Diffstat (limited to '')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,4 +17,6 @@ xset b off [ -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 |