[sway] Load Xresources
This commit is contained in:
parent
edc992d0ce
commit
8945fb6acf
3 changed files with 5 additions and 0 deletions
2
Xresources
Normal file
2
Xresources
Normal file
|
@ -0,0 +1,2 @@
|
|||
Sxiv.background: #000000
|
||||
Sxiv.foreground: #aaaaaa
|
|
@ -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"
|
||||
|
|
|
@ -440,4 +440,6 @@ exec $HOME/.startup
|
|||
#}
|
||||
exec yambar
|
||||
|
||||
exec xrdb -merge "$HOME/.Xresources"
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
Loading…
Reference in a new issue