summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 0f52fea..c58e466 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,4 +1,3 @@
-xrdb -merge ~/.config/solarized.Xresources &&
-xrdb -merge ~/.config/Xresources &&
+cat ~/.config/*Xresources | xrdb - &&
xautolock -killtime 10 -killer "sleep 0.5; doas acpiconf -s3" -notify 10 -time 10 -locker "i3lock -n -f -c 002b36 ; sleep 0.2" -notifier "notify-send -t=10000 '10 seconds to lock...'" &
exec i3 2>&1 > /var/log/xinit/i3wm.log