mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
xsettings: fix invocation of xsettings
This commit is contained in:
parent
9e3964f32b
commit
b30a00e7e3
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ echo Xft/DPI $(( $(xdpyinfo | \
|
|||
|
||||
# Signal xsettingsd
|
||||
pid=$(xprop -name xsettingsd _NET_WM_PID 2> /dev/null | awk '{print $NF}')
|
||||
if [ -n $pid ]; then
|
||||
kill -HUP $pid
|
||||
else
|
||||
if [ x"$pid" = x ]; then
|
||||
xsettingsd -c ~/.config/awesome/xsettingsd.local &
|
||||
else
|
||||
kill -HUP $pid
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue