add spectrwm, alacritty dark/light, and bell off
This commit is contained in:
@ -4,6 +4,7 @@ if [ -z "$EDITOR" ]; then
|
||||
. ~/.profile
|
||||
fi
|
||||
|
||||
xset b off
|
||||
xrandr --auto
|
||||
xrandr --output HDMI1 --right-of DP1
|
||||
xrdb -merge ~/.Xresources
|
||||
@ -22,6 +23,11 @@ emacsclient --eval nil -a '' &
|
||||
|
||||
xsettingsd &
|
||||
|
||||
if which spectrwm > /dev/null; then
|
||||
xsetroot -solid '#4a4a4a'
|
||||
exec spectrwm
|
||||
fi
|
||||
|
||||
if which lupan-wm > /dev/null; then
|
||||
xsetroot -solid '#4a4a4a' -cursor_name left_ptr
|
||||
lupan-clock &
|
||||
|
@ -18,7 +18,7 @@ xsetroot -solid "$BGCOLOR"
|
||||
|
||||
# Alacritty
|
||||
if [ -f ~/.config/alacritty/alacritty.yml ]; then
|
||||
sed -i "s/^colors: [*].*/colors: *lupan-$THEME/" ~/.config/alacritty/alacritty.yml
|
||||
sed -i "s/^colors: [*].*/colors: *$THEME/" ~/.config/alacritty/alacritty.yml
|
||||
fi
|
||||
|
||||
# ST (patched)
|
||||
|
Reference in New Issue
Block a user