X: kill lisgd before starting and make unclutter hide on touch
This commit is contained in:
parent
983896f644
commit
f2fa4b258e
1 changed files with 2 additions and 1 deletions
|
@ -27,8 +27,9 @@ type -p compton > /dev/null && exec /usr/bin/compton --config "$HOME/.config/pic
|
||||||
/usr/bin/systemctl --user start background.service
|
/usr/bin/systemctl --user start background.service
|
||||||
[ -f /usr/lib/kdeconnectd ] && /usr/lib/kdeconnectd &
|
[ -f /usr/lib/kdeconnectd ] && /usr/lib/kdeconnectd &
|
||||||
[ -f /usr/bin/pactl ] && /usr/bin/pactl load-module module-switch-on-connect &
|
[ -f /usr/bin/pactl ] && /usr/bin/pactl load-module module-switch-on-connect &
|
||||||
[ -f /usr/bin/unclutter ] && /usr/bin/unclutter &
|
[ -f /usr/bin/unclutter ] && /usr/bin/unclutter --hide-on-touch &
|
||||||
|
|
||||||
|
killall lisgd
|
||||||
type -p lisgd 2> /dev/null && lisgd &
|
type -p lisgd 2> /dev/null && lisgd &
|
||||||
|
|
||||||
if hostname | grep -q phone; then
|
if hostname | grep -q phone; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue