From 0d0010d41496c1bee8614c9cbc938cd40850daff Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 28 Oct 2019 18:36:45 +0000 Subject: Add dunst on autostart --- X/.xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc index b30015e..a9eaf84 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -38,10 +38,10 @@ dropbox & sxhkd -m 1 & compton & redshift & +dunst & wal -R -xrandr --output DP1 --left-of DP2 --auto +xrandr --output DP2 --left-of DP1 --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 #exec i3 -- cgit