bin/set-colors: Handle missing xsettingsd in Wayland
This commit is contained in:
parent
135d2070ce
commit
7a03ce9563
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ install_light() {
|
|||
postinstall() {
|
||||
"${DOTFILES}/alacritty/install"
|
||||
|
||||
if [ "${OSTYPE}" == 'Linux' ]; then
|
||||
killall -HUP xsettingsd
|
||||
if [ "${OSTYPE}" == 'Linux' ] && [ "${XDG_SESSION_TYPE}" != 'wayland' ]; then
|
||||
killall --signal HUP xsettingsd
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue