fix xsettingsd
This commit is contained in:
parent
8244d5cf6b
commit
50afc6ed7f
@ -29,10 +29,10 @@ then
|
||||
ln -s $PWD/bashrc $HOME/.bashrc
|
||||
fi
|
||||
###################################################################
|
||||
/home/shihaam/.config/xsettingsd/xsettingsd.conf
|
||||
|
||||
###################################################################
|
||||
read -p "xsettingsd [Y/n]: " XSETTINGSD
|
||||
f [ "$XSETTINGSD" = "Y" ] || [ "$XSETTINGSD" = "y" ] || [ "$XSETTINGSD" = "" ]
|
||||
if [ "$XSETTINGSD" = "Y" ] || [ "$XSETTINGSD" = "y" ] || [ "$XSETTINGSD" = "" ]
|
||||
then
|
||||
sudo pacman -S xsettingsd
|
||||
mkdir -p $HOME/.config/xsettingsd/
|
||||
|
Loading…
x
Reference in New Issue
Block a user