Update xinitrc

master
Hektor Misplon 2022-09-24 11:15:56 +02:00
parent 42f7b5e837
commit cab1a08cc2
1 changed files with 7 additions and 5 deletions

View File

@ -26,7 +26,7 @@ xset r rate 200 30 # adjust typematic delay & rate
# Shared
xbindkeys &
xbanish &
redshift -o & # Run redshift in one shot mode
redshift -o -O "$(cat /tmp/temperature)" & # Run redshift in one shot mode
# DWM
# dwmblocks &
@ -48,8 +48,10 @@ redshift -o & # Run redshift in one shot mode
# # hsetroot -solid "#555555"
# # openbox
# Xmonad
xsetroot -solid "#0a0a0a"
xsetroot -cursor_name left_ptr
picom &
trayer --edge top --align right --SetDockType true --SetPartialStrut true \
--expand true --width 10 --transparent true --tint 0x111111 --height 25 &
exec xmonad
keychain ~/.ssh/id_rsa.pub
[ -f ~/.keychain/$HOSTNAME-sh ] && . ~/.keychain/$HOSTNAME-sh 2>/dev/null
[ -f ~/.keychain/$HOSTNAME-sh-gpg ] && . ~/.keychain/$HOSTNAME-sh-gpg 2>/dev/null