diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-02-26 16:41:06 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-02-26 16:41:06 -0500 |
commit | 21467bb110c71e3d39ed1d37607b7bcd0ea417c0 (patch) | |
tree | c42d0fac5eea2ffcdef13c221efa312324cc3a9d /.xinitrc | |
parent | 71faf889b520c81ce32f2a3088e39e6a8b6e7e33 (diff) | |
download | dotfiles-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-- | .xinitrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |