1 ! Configuration file for X11 programs.
3 ! It is designed to work with xterm and rxvt (and their unicode variants).
5 ! "Term" is an alias for all supported terminal emulators; it is automatically
6 ! replaced by setup.sh.
8 ! Copyright (C) 2011-2015 Simon Ruderich
10 ! This file is free software: you can redistribute it and/or modify
11 ! it under the terms of the GNU General Public License as published by
12 ! the Free Software Foundation, either version 3 of the License, or
13 ! (at your option) any later version.
15 ! This file is distributed in the hope that it will be useful,
16 ! but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ! GNU General Public License for more details.
20 ! You should have received a copy of the GNU General Public License
21 ! along with this file. If not, see <http://www.gnu.org/licenses/>.
26 ! Use gray on black with a light yellow cursor in terminals.
27 Term*foreground: #cccccc
28 Term*background: #000000
29 Term*cursorColor: #ffff66
31 ! Special case for urxvt to get transparent background. This requires a
32 ! compositing manager which supports transparency like compton. Thanks to eto
33 ! and adaedra in #herblstuftwm on Freenode (2014-05-04 15:50 ff) for their
34 ! awesome help regarding transparency.
35 Rxvt*background: [90]#000000
36 ! Necessary for transparency, see man page.
39 ! Enable pseudo transparency. Only used if compton is not available.
40 !NO_COMPTON Rxvt*transparent: true
41 !NO_COMPTON Rxvt*shading: 10
43 ! Main console colors.
52 ! Bold console colors.
62 ! Use 256 colors in XTerm.
63 XTerm.termName: xterm-256color
66 ! MISC TERMINAL SETTINGS
68 ! Disable the scrollback buffer. I use screen/tmux so it is not necessary and
73 ! Use the meta-key as expected by emacs/irssi.
74 XTerm*metaSendsEscape: true
76 ! Make sure XTerm allows send events. Necessary for stumpWM so Ctrl-t t can
77 ! send a Ctrl-t to the application running in XTerm. Thanks to [df] in
78 ! #stumpwm on Freenode (2009-05-18 22:05).
79 !XTerm*allowSendEvents: true
81 ! Disable support to enter non-ASCII keys by pressing Ctrl-Shift-<Keycode>.
82 ! Either use digraph support in vim/screen or use the compose key instead.
84 Rxvt*iso14755_52: false
86 ! Disable printing with the "Print" key to prevent accidental prints. By
87 ! default lpr is used.
90 ! Do not use any perl extension scripts.
94 ! XSCREENSAVER SETTINGS
96 ! Just blank the screen, no fancy screen savers.
97 xscreensaver.mode: blank
99 ! Blank after x time (h:mm:ss).
100 xscreensaver.timeout: 0:10:00
101 ! Lock screen after x time _after_ blank.
102 xscreensaver.lockTimeout: 2:00:00
103 ! Require password to unlock after blank.
104 xscreensaver.lock: True
106 ! No fade effects, enable/disable monitor immediately.
107 xscreensaver.fade: False
108 xscreensaver.unfade: False
110 ! Enable monitor power management.
111 xscreensaver.dpmsEnabled: True
112 ! Disable monitor immediately when locking the screen.
113 xscreensaver.dpmsQuickOff: True
114 ! Put monitor into standby (gets black), suspend (power-saving mode) and off
116 xscreensaver.dpmsStandby: 0:10:00
117 xscreensaver.dpmsSuspend: 0:30:00
118 xscreensaver.dpmsOff: 1:00:00
120 ! Display splash screen on startup for x time.
121 xscreensaver.splash: True
122 xscreensaver.splashDuration: 0:00:01
124 ! Disable "New Login" button.
125 xscreensaver.newLoginCommand: /bin/false