summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x[-rw-r--r--].xinitrc10
1 files changed, 7 insertions, 3 deletions
diff --git a/.xinitrc b/.xinitrc
index c58e466..2262d2b 100644..100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,3 +1,7 @@
-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
+#!/bin/sh
+xrandr --output DP-2 --auto --output DP-3 --auto --below DP-2 \
+ && cat ~/.config/*Xresources | xrdb - \
+ && dunst \
+ & xautolock -locker "i3lock -n -f -c 002b36" \
+ & wal.sh \
+ & exec i3 2>&1 > /var/log/xinit/i3wm.log