From c0c460f0062f04828f18a19b1d0058c69a4f83fb Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sun, 15 Mar 2015 10:18:00 +0100 Subject: [PATCH] xinitrc - add background and kunfu-keyhitting --- xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xinitrc b/xinitrc index 3d48c70..a923390 100644 --- a/xinitrc +++ b/xinitrc @@ -34,7 +34,8 @@ fi # For now, start stuff here redshift & dunst & -xcape -e 'Super_L=Scroll_Lock;Shift_L=Escape' +xcape -t 100 -e 'Super_L=Scroll_Lock;Shift_L=Escape' +feh --bg-scale '/home/felix/Pictures/lain.png' & # screen locking xset dpms 0 0 50 & xset s off &