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