aboutsummaryrefslogtreecommitdiffstats
path: root/X
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-07 00:12:05 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-07 00:12:05 +0000
commit32348feac12ee550e500dca70f5c5ff8befdcd66 (patch)
treed3ba4567d577a22e0483a4291bf1a0fddf4b35bf /X
parent4e048746f5a92238ccd3b2ea6378e232d28ad4d2 (diff)
downloaddotfiles-32348feac12ee550e500dca70f5c5ff8befdcd66.tar.gz
dotfiles-32348feac12ee550e500dca70f5c5ff8befdcd66.zip
Move startup programs
Diffstat (limited to 'X')
-rw-r--r--X/.xinitrc8
1 files changed, 8 insertions, 0 deletions
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