diff options
Diffstat (limited to '.xprofile')
-rw-r--r-- | .xprofile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ if [ -x /usr/bin/xset ]; then # disable bell xset -b # disable screensaver and dpms - xset s off -dpms + xset s off + xset dpms 0 0 0 fi # start lxpolkit to have polkit authentication |