# XScreenSaver preferences file. # Copyright (C) 2014 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # Just blank the screen, no fancy screen savers. mode: blank # Blank after x time (h:mm:ss). timeout: 0:10:00 # Lock screen after x time. lockTimeout: 2:00:00 # Immediately lock when timeout is reached. lock: True # No fade effects, enable/disable monitor immediately. fade: False unfade: False # Enable monitor power management. dpmsEnabled: True # Disable monitor immediately when locking the screen. dpmsQuickOff: True # Put monitor into standby (gets black), suspend (power-saving mode) and off # after x time. dpmsStandby: 0:10:00 dpmsSuspend: 0:30:00 dpmsOff: 1:00:00 # Display splash screen on startup for x time. splash: True splashDuration: 0:00:01 # Disable "New Login" button. newLoginCommand: /bin/false