Disable xfce screen saver & locker

This commit is contained in:
RealStickman 2021-03-08 15:14:22 +01:00
parent d9e9b98788
commit 0a856997aa

View File

@ -211,6 +211,10 @@ unzip -o ~/.config/GIMP/2.10/plug-ins/export_layers-3.3.1.zip -d ~/.config/GIMP/
rm ~/.config/GIMP/2.10/plug-ins/export_layers-3.3.1.zip > /dev/null rm ~/.config/GIMP/2.10/plug-ins/export_layers-3.3.1.zip > /dev/null
echo Unzipped gimp plugins echo Unzipped gimp plugins
# xfce settings
# disable screensaver & locker
/usr/bin/xfconf-query -c xfce4-session -n -t bool -p /startup/screensaver/enabled -s false
#make bash scripts executable #make bash scripts executable
chmod +x -R ~/.config/polybar/ chmod +x -R ~/.config/polybar/
chmod +x -R ~/.config/i3/scripts chmod +x -R ~/.config/i3/scripts