summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2022-09-18 16:17:58 -0400
committerAdam T. Carpenter <atc@53hor.net>2022-09-18 16:17:58 -0400
commit9b314f0932bd3189b704cfc51145b925ccb39d86 (patch)
tree3aa6078cd6af91426d5ac2791304895ba4d66d14 /.xinitrc
parentc28b62ffeba2e072011223b96afddc6cf053a177 (diff)
downloaddotfiles-9b314f0932bd3189b704cfc51145b925ccb39d86.tar.xz
dotfiles-9b314f0932bd3189b704cfc51145b925ccb39d86.zip
post-reinstall i3, fixed persistent xresources errors
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.xinitrc b/.xinitrc
index 2262d2b..426ecda 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,7 +1,7 @@
#!/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
+#&& dunst \
+xrandr --output DP-2 --auto --output DP-3 --auto --below DP-2
+xrdb .Xresources
+wal.sh
+xautolock -locker "i3lock -n -f -c 002b36" &
+exec i3 2>&1 > /var/log/xinit/i3wm.log