add spectrwm, alacritty dark/light, and bell off

This commit is contained in:
2022-02-21 22:56:48 +01:00
parent 31370f4f79
commit 069e1e3e85
4 changed files with 82 additions and 3 deletions

View File

@ -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 &

View File

@ -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)