diff options
Diffstat (limited to '')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,4 +15,6 @@ 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 & +EDITOR=nano exec emacs -ib 0 |