mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 00:05:13 +02:00
xsettings: use some helper to configure xsettingsd
This commit is contained in:
parent
3743b30f3a
commit
f10cb9fb84
3 changed files with 15 additions and 7 deletions
7
xsession
7
xsession
|
@ -40,12 +40,7 @@ case "$(hostname)" in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -f ~/.config/awesome/xsettingsd.$(hostname) ]; then
|
||||
cat ~/.config/awesome/xsettingsd ~/.config/awesome/xsettingsd.$(hostname) > ~/.config/awesome/xsettingsd.local
|
||||
else
|
||||
cp ~/.config/awesome/xsettingsd ~/.config/awesome/xsettingsd.local
|
||||
fi
|
||||
xsettingsd -c ~/.config/awesome/xsettingsd.local &
|
||||
. ~/.config/awesome/bin/xsettingsd-setup
|
||||
xss-lock start &
|
||||
inputplug -0 -c ~/.config/awesome/bin/input-event 2> /dev/null
|
||||
rfkill block all 2> /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue