From 6e4a719dd1207f7d3cd9e1c65c103b280769505f Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 17 Jun 2015 15:26:57 +0100 Subject: a few more files (from work) --- .Xdefaults | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 .Xdefaults (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..0bd54f4 --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,135 @@ +! Parts (C) 1996 By Greg J. Badros +! You may use this file as specified under the GNU General Public License + +Xcursor.theme: justblue + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! emacs, xemacs + +!emacs*Background: rgb:45/63/86 +emacs*Background: rgb:20/20/20 +emacs*Foreground: Wheat +emacs*pointerColor: White +emacs*cursorColor: White +emacs*bitmapIcon: on +Emacs.FontBackend: x,xft +emacs*font: inconsolata-12 +!emacs*font: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso10646-1 +emacs.geometry: 80x25 + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! xterm (and friends) + +XTerm*highlightSelection: true +!XTerm*boldFont: -misc-fixed-bold-r-normal--18-120-100-100-c-90-iso10646-1 +!XTerm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1 +!XTerm*font: -*-fixed-medium-r-normal--13-*-75-*-*-*-iso10646-1 +!XTerm*wideFont: -*-fixed-medium-r-normal-ja-13-*-75-*-*-*-iso10646-1 +XTerm*foreground: white +!XTerm*background: rgb:45/63/86 +XTerm*background: rgb:10/10/10 +! Uncomment this to use color for the bold attribute +XTerm*VT100*colorBDMode: off +! Uncomment this to use color for underline attribute +XTerm.VT100*colorULMode: off +XTerm.VT100*underLine: on +! Uncomment this to display the scrollbar +XTerm*scrollBar: true + +! This resource specifies whether or not to ignore the 'alternate screen' +! of applications such as vi. When it is on, these applications will restore +! the contents of the screen when they are exited to what they were before +! they were started. When it is off, the contents of vi will remain on the +! screen after the program is quit. +XTerm.VT100.titeInhibit: true + +! Uncomment this to turn off color mode in your xterms +XTerm.VT100*colorMode: on +XTerm.VT100*dynamicColors: on + +! Number of lines of scrollback to save +XTerm*saveLines: 15000 + +XTerm*reverseWrap: true + +XTerm*visualBell: true +XTerm*alwaysHighlight: false +XTerm*scrollTtyOutput: false +XTerm*scrollKey: True +XTerm*scrollTtyKeypress: True +XTerm*loginShell: True +XTerm*metaSendsEscape: True +Scrollbar.JumpCursor: True +!XTerm*color12: sky blue +!XTerm*color4: navy blue + +Rxvt.inheritPixmap: true +Rxvt.background: black +Rxvt.foreground: white +Rxvt.scrollColor: #4287c8 +Rxvt.borderColor: #4287c8 +Rxvt.color12: sky blue +!Rxvt.color4: navy blue +Rxvt.visualBell: true +Rxvt.scrollTtyOutput: false +Rxvt.scrollWithBuffer: true +Rxvt.scrollTtyKeypress: true +Rxvt.saveLines: 15000 +Rxvt.loginShell: true +Rxvt.cutchars: \ !@#$%^&*(){}[]''"",.<>/?=+-\\|`~;: +URxvt.shading: 25 +URxvt.tintColor: white +URxvt.fading: 20 +URxvt.font: xft:Monospace:pixelsize=16 +URxvt.scrollstyle: plain +URxvt.perl-ext-common: +URxvt.modifier: Meta +URxvt.geometry: 80x37 +URxvt.perl-ext: default,mymatcher +URxvt.url-launcher: firefox +URxvt.mymatcher.scheme.1: mailto +URxvt.mymatcher.launcher.1: claws-mail +URxvt.mymatcher.button: M-C-1 +URxvt.keysym.M-C-Return: perl:mymatcher:last +URxvt.keysym.M-C-Tab: perl:mymatcher:list + +QuakeConsoleNeedsUniqueName*internalBorder: 0 +QuakeConsoleNeedsUniqueName*scrollBar: false +QuakeConsoleNeedsUniqueName*loginShell: false + +xeyes*cols: 4 +xeyes*rows: 4 + +xdvi.expert: true +xdvi.shrinkFactor: 7 +xdvi.gsAlpha: true + +NetHack.tile_file: x11tiles2 +NetHack*map*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 + +XClock*update: 1 +!XClock*background: rgb:45/63/86 +XClock*background: rgb:0/0/0 +XClock*padding: 0 +XClock*foreground: rgb:A0/A0/A0 +XClock*analog: False +XClock*font: -misc-fixed-medium-r-normal--13-120-75-75-c-*-iso8859-1 +XClock*render: False + +! The most common options that must be here : +! -buffer 2 The buffering method (choose the quickiest) +! See "BUFFERING" file for more info +! -keyboard 4 The default keyboard : 1:AZERTY 2:QWERTY| +! 3:AZERTY- 4:QWERTY- +! 5:SPATIAL +! -smooth if your host/display are fast +! -clearline 0 if moving lines drop dirty points on screen +! -keytable The keyboard definition if none of the predefined. +! -draw 0 If the transparent face are too slow to display +! You can have the option list typing : "bl -h" + +xbl*args: -x 5 -y 5 -z 10 -level 0 -bloctype 2 -land 0 -draw 0 -clearline 0 \ + -buttonheight -1 -buffer 2 -keyboard 0 -keytable "14789632',ao;q p0" + +xpdf.initialZoom: width + -- cgit v1.2.3