From c26f0990829d7859bf45b9bab3248fe007095f71 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 14 Oct 2019 15:31:58 +0100 Subject: Add necessary changes for uni comp --- X/.xinitrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc index d709724..b30015e 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -33,11 +33,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi # Startup programs +eval $(ssh-agent) dropbox & sxhkd -m 1 & compton & redshift & wal -R +xrandr --output DP1 --left-of DP2 --auto feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1 xsetroot -cursor_name left_ptr -- cgit