diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-09-14 21:00:03 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-09-14 21:00:03 -0400 |
commit | c28b62ffeba2e072011223b96afddc6cf053a177 (patch) | |
tree | 65989a49687e955e28f2bcf0e4f6d74463cc462b /.xinitrc | |
parent | 21467bb110c71e3d39ed1d37607b7bcd0ea417c0 (diff) | |
download | dotfiles-c28b62ffeba2e072011223b96afddc6cf053a177.tar.xz dotfiles-c28b62ffeba2e072011223b96afddc6cf053a177.zip |
i3, i3blocks, mpv, xinit
Diffstat (limited to '.xinitrc')
-rwxr-xr-x[-rw-r--r--] | .xinitrc | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |