summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2022-02-26 16:41:06 -0500
committerAdam T. Carpenter <atc@53hor.net>2022-02-26 16:41:06 -0500
commit21467bb110c71e3d39ed1d37607b7bcd0ea417c0 (patch)
treec42d0fac5eea2ffcdef13c221efa312324cc3a9d /.xinitrc
parent71faf889b520c81ce32f2a3088e39e6a8b6e7e33 (diff)
downloaddotfiles-21467bb110c71e3d39ed1d37607b7bcd0ea417c0.tar.xz
dotfiles-21467bb110c71e3d39ed1d37607b7bcd0ea417c0.zip
misc
- update alacritty to remove deprecated transparency - update rofi config to follow new theme format - add official solarized theme for rofi - misc updates to xinitrc - misc updates to i3 config
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 0f52fea..c58e466 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,4 +1,3 @@
-xrdb -merge ~/.config/solarized.Xresources &&
-xrdb -merge ~/.config/Xresources &&
+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