From 4ee93a5380cf9c562316c2c695ccf33efa7f45dc Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 23 Feb 2015 09:07:24 +0100 Subject: [PATCH] i3locker-fancy and move urxvtd to service file --- config/systemd/user/urxvtd.service | 8 ++++++++ xinitrc | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 config/systemd/user/urxvtd.service diff --git a/config/systemd/user/urxvtd.service b/config/systemd/user/urxvtd.service new file mode 100644 index 0000000..ad700a8 --- /dev/null +++ b/config/systemd/user/urxvtd.service @@ -0,0 +1,8 @@ +[Unit] +Description=Rxvt Unicode Daemon + +[Service] +ExecStart=/usr/bin/urxvtd + +[Install] +WantedBy=default.target diff --git a/xinitrc b/xinitrc index 64d52c8..6eec0f9 100644 --- a/xinitrc +++ b/xinitrc @@ -32,14 +32,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi # For now, start stuff here -urxvtd & redshift & dunst & xcape -e 'Super_L=Scroll_Lock;Shift_L=Escape' # screen locking xset dpms 0 0 50 & xset s off & -xautolock -time 1 -locker slock & +xautolock -time 1 -locker i3lock-fancy & # Start herbstluftwm in locked mode. Is unlocked after autostart. exec herbstluftwm --locked