host info updates
[distro-setup] / lightdm-start
1 #!/bin/bash
2
3 # sudo xhost +si:localuser:lightdm # grants localuser rights to X session
4 # sudo su lightdm -s /bin/bash <<'EOF'
5 # xset dpms 0 0 120
6 # EOF
7
8
9 # i wanted the system to stop going to sleep, so
10 # I did this,
11 #https://askubuntu.com/questions/942366/how-to-disable-sleep-suspend-at-login-screen
12 #/usr/bin/xset -dpms
13 #/usr/bin/xset s off
14
15 # but then i started auto rebooting and found that the
16 # screen doesnt go into power save mode, so copied xset dpms 0 0 120 from here
17 # https://itectec.com/ubuntu/ubuntu-how-to-control-lightdm-power-saving-preferences/