diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-03 18:11:47 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-03 18:11:47 +0100 |
commit | ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209 (patch) | |
tree | f66332f26bd9e29275f88402d7039f33fe2d7e84 /.config/x11/xinitrc | |
parent | Update (diff) | |
download | dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.tar.gz dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.tar.bz2 dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.tar.xz dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.tar.zst dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.zip |
Removed urlview, added CDE config
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index a9d1980..79e61f9 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,3 +1,4 @@ +# vim: filetype=sh pkill compton pkill dunst pkill mpd-notification @@ -13,4 +14,5 @@ pkill lowbat cd /home/jozan xrdb /home/jozan/.config/x11/xresources /usr/local/bin/notify-send -u normal 'Welcome' " Welcome back, partner\!" -dbus-launch dwm +# dbus-launch dwm +/usr/local/dt/bin/Xsession -screens 1 |