summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.xinitrc b/.xinitrc
index 8c2ebe6..2f0d803 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,9 +1,9 @@
#!/bin/sh
-#&& dunst \
-xrandr --output DP-2 --auto --output DP-3 --auto --below DP-2
+xrandr --output eDP-1 --auto --primary --fb 1920x1080 --output DP-3 --mode 1920x1080 --same-as eDP-1
xrdb .Xresources
xset b off
urxvtd -q -f -o
wal.sh
-#xautolock -locker "i3lock -n -f -c 002b36" &
+dunst &
+xautolock -locker "i3lock -n -f -c 002b36" &
exec i3 2>&1 > /var/log/xinit/i3wm.log