From 32348feac12ee550e500dca70f5c5ff8befdcd66 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 7 Jan 2019 00:12:05 +0000 Subject: Move startup programs --- X/.xinitrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc index 299b7e3..4c7197a 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -32,5 +32,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +# Startup programs +sxhkd -m 1 & +compton & +redshift & +wal -R +feh --bg-tile "$(< "${HOME}/.cache/wal/wal")" +xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1 + #exec i3 exec bspwm -- cgit