add Xcursor.
This commit is contained in:
@@ -28,6 +28,10 @@ systemctl --user enable pulseaudio
|
|||||||
sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common"
|
sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common"
|
||||||
sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common"
|
sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common"
|
||||||
|
|
||||||
|
sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
||||||
|
sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
||||||
|
|
||||||
|
|
||||||
# Not for production version
|
# Not for production version
|
||||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ cd ~/bspwm-install-ma-dte
|
|||||||
|
|
||||||
# Add Pulseaudio to system startup as user.
|
# Add Pulseaudio to system startup as user.
|
||||||
systemctl --user enable pulseaudio
|
systemctl --user enable pulseaudio
|
||||||
|
sudo systemctl enable sddm
|
||||||
|
sudo systemctl set-default graphical.target
|
||||||
|
|
||||||
# Not for production version
|
# Not for production version
|
||||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
@@ -25,8 +27,8 @@ systemctl --user enable pulseaudio
|
|||||||
# Not for production version
|
# Not for production version
|
||||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
|
|
||||||
sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common"
|
#sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common"
|
||||||
sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common"
|
#sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common"
|
||||||
|
|
||||||
# Not for production version
|
# Not for production version
|
||||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
|
|||||||
@@ -56,9 +56,6 @@ echo " Echo config to files..."
|
|||||||
echo " "
|
echo " "
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|
||||||
sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
|
||||||
sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"
|
|
||||||
|
|
||||||
echo " Add UPUP alias to bash under bash_aliases config."
|
echo " Add UPUP alias to bash under bash_aliases config."
|
||||||
touch ~/.bashrc
|
touch ~/.bashrc
|
||||||
echo 'alias ls="ls --color=auto --group-directories-first -v -la"' >> ~/.bashrc
|
echo 'alias ls="ls --color=auto --group-directories-first -v -la"' >> ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user