! "Term" is an alias for all supported terminal emulators; it is automatically
! replaced by setup.sh.
-! Copyright (C) 2011-2014 Simon Ruderich
+! Copyright (C) 2011-2015 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
! Necessary for transparency, see man page.
Rxvt*depth: 32
-! Disable the scrollback buffer. I use screen/tmux so it is not necessary.
+! Disable the scrollback buffer. I use screen/tmux so it is not necessary and
+! only wastes memory.
XTerm*saveLines: 0
Rxvt*saveLines: 0
locker_pre=
if test x"$locker" = xxscreensaver; then
# Start xscreensaver if it's not already running. xscreensaver-command
- # ensures xscreensaver is availble for the current X session.
+ # ensures xscreensaver is available for the current X session.
locker_pre='xscreensaver-command -time >/dev/null 2>&1 || xscreensaver &'
locker='xscreensaver-command -lock'
elif test x"$locker" = xxtrlock; then
xmodmap -e 'add Control = Control_L'
fi
# Move grave and tilde next to left shift key. This setting may only be
-# necessary because of my German keyboard which I use with English settings.
+# necessary because of my German keyboard which I use with an English layout.
xmodmap -e 'keycode 94 = grave asciitilde'
# Disable annoying audio bell. Thanks to Sebastian Rachuj.
xset b off
-# Load settings for programs. Xdefaults is deprecated.
+# Load settings for X programs. Xdefaults is deprecated.
xrdb "$HOME/.Xresources"
# Change the background if available.
error "'xautolock' not found. Auto lock won't work!"
fi
+
# Use compton to get transparent windows. See ~/.Xresources for configuration
# of urxvt.
if installed compton; then