diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-06 15:30:22 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-06 15:31:07 -0400 |
commit | 996bebf6aa20839740113d8509eb49e82ced5966 (patch) | |
tree | 600253eb036b0ea85405cfe9788b733f3d281e86 /.xsession | |
parent | a3875d35f5e11fa71af6bd7568ec86a76276aacf (diff) | |
download | configs-996bebf6aa20839740113d8509eb49e82ced5966.tar.gz configs-996bebf6aa20839740113d8509eb49e82ced5966.tar.xz configs-996bebf6aa20839740113d8509eb49e82ced5966.zip |
emacs,shell: start xfce4-notifyd until i fix eosd’s build
Diffstat (limited to '.xsession')
-rwxr-xr-x | .xsession | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +[ -f "/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd" ] && /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd & [ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend & [ -x "$(command -v pasystray)" ] && pasystray & [ -x "$(command -v nm-applet)" ] && nm-applet & |