From 21467bb110c71e3d39ed1d37607b7bcd0ea417c0 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 26 Feb 2022 16:41:06 -0500 Subject: 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 --- .xinitrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.xinitrc') 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 -- cgit v1.2.3