From 488cb19c9d8f8e2b3dfd503a1689a3b43f43f8bc Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Mon, 31 Oct 2022 13:59:39 +0100 Subject: [PATCH] # Xresources --- install-ma-dte-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-ma-dte-debian.sh b/install-ma-dte-debian.sh index 1f022ac..ad2f938 100644 --- a/install-ma-dte-debian.sh +++ b/install-ma-dte-debian.sh @@ -1,8 +1,8 @@ #!/bin/bash #cd ~/bspwm-install-ma-dte -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.theme: Nordzy-cursors' >> /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"