One less file in ~/.
Term*color14: #40ffff
Term*color15: #cccccc
+
+! XScreenSaver settings.
+
+! Just blank the screen, no fancy screen savers.
+xscreensaver.mode: blank
+
+! Blank after x time (h:mm:ss).
+xscreensaver.timeout: 0:10:00
+! Lock screen after x time.
+xscreensaver.lockTimeout: 2:00:00
+! Immediately lock when timeout is reached.
+xscreensaver.lock: True
+
+! No fade effects, enable/disable monitor immediately.
+xscreensaver.fade: False
+xscreensaver.unfade: False
+
+! Enable monitor power management.
+xscreensaver.dpmsEnabled: True
+! Disable monitor immediately when locking the screen.
+xscreensaver.dpmsQuickOff: True
+! Put monitor into standby (gets black), suspend (power-saving mode) and off
+! after x time.
+xscreensaver.dpmsStandby: 0:10:00
+xscreensaver.dpmsSuspend: 0:30:00
+xscreensaver.dpmsOff: 1:00:00
+
+! Display splash screen on startup for x time.
+xscreensaver.splash: True
+xscreensaver.splashDuration: 0:00:01
+
+! Disable "New Login" button.
+xscreensaver.newLoginCommand: /bin/false
+
! vim: ft=xdefaults
link XCompose ~/.XCompose
fi
-if installed xscreensaver; then
- link xscreensaver ~/.xscreensaver
-fi
-
if installed xpdf; then
link xpdfrc ~/.xpdfrc
fi
+++ /dev/null
-# 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 <http://www.gnu.org/licenses/>.
-
-
-# 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