]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - xscreensaver
61da0172cd216119b3507e8cdde6932db624a23e
[config/dotfiles.git] / xscreensaver
1 # XScreenSaver preferences file.
2
3 # Copyright (C) 2014  Simon Ruderich
4 #
5 # This file is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This file is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
17
18
19 # Just blank the screen, no fancy screen savers.
20 mode: blank
21
22 # Blank after x time (h:mm:ss).
23 timeout: 0:10:00
24 # Lock screen after x time.
25 lockTimeout: 2:00:00
26 # Immediately lock when timeout is reached.
27 lock: True
28
29 # No fade effects, enable/disable monitor immediately.
30 fade:   False
31 unfade: False
32
33 # Enable monitor power management.
34 dpmsEnabled: True
35 # Disable monitor immediately when locking the screen.
36 dpmsQuickOff: True
37 # Put monitor into standby (gets black), suspend (power-saving mode) and off
38 # after x time.
39 dpmsStandby: 0:10:00
40 dpmsSuspend: 0:30:00
41 dpmsOff:     1:00:00
42
43 # Display splash screen on startup for x time.
44 splash:         True
45 splashDuration: 0:00:01
46
47 # Disable "New Login" button.
48 newLoginCommand: /bin/false