diff options
Diffstat (limited to '.xinitrc')
-rwxr-xr-x | .xinitrc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |