[sway] Load Xresources

This commit is contained in:
Midgard 2022-09-11 17:04:46 +02:00
parent edc992d0ce
commit 8945fb6acf
Signed by untrusted user who does not match committer: midgard
GPG Key ID: 511C112F1331BBB4
3 changed files with 5 additions and 0 deletions

2
Xresources Normal file
View File

@ -0,0 +1,2 @@
Sxiv.background: #000000
Sxiv.foreground: #aaaaaa

View File

@ -10,6 +10,7 @@ mkdir -p "$DOT_CONF"
# stuff that we only want when we're setting up a graphical environment
[[ $GUI == true ]] && {
ln -s $PWD/xinitrc $HOME/.xinitrc
ln -s $PWD/Xresources $HOME/.Xresources
mkdir -p "$HOME/.local/bin"
mkdir -p "$HOME/.local/share/fonts"

View File

@ -440,4 +440,6 @@ exec $HOME/.startup
#}
exec yambar
exec xrdb -merge "$HOME/.Xresources"
include /etc/sway/config.d/*