From: R. Steve McKown Date: Tue, 2 Jun 2015 23:33:43 +0000 (-0600) Subject: Add X related config files X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=036cfd3a9c8f580b52be032951e92b05db51a9ef Add X related config files --- diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..21908e6 --- /dev/null +++ b/Xdefaults @@ -0,0 +1,29 @@ +! xscreensaver --------------------------------------------------------------- + +!font settings +xscreensaver.Dialog.headingFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-* +xscreensaver.Dialog.bodyFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-* +xscreensaver.Dialog.labelFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-* +xscreensaver.Dialog.unameFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-* +xscreensaver.Dialog.buttonFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-* +xscreensaver.Dialog.dateFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-* +xscreensaver.passwd.passwdFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-* +!general dialog box (affects main hostname, username, password text) +xscreensaver.Dialog.foreground: #EDEDED +xscreensaver.Dialog.background: #202020 +xscreensaver.Dialog.topShadowColor: #202024 +xscreensaver.Dialog.bottomShadowColor: #202024 +xscreensaver.Dialog.Button.foreground: #EDEDFF +xscreensaver.Dialog.Button.background: #444 +!username/password input box and date text colour +xscreensaver.Dialog.text.foreground: #EDEDFF +xscreensaver.Dialog.text.background: #444 +xscreensaver.Dialog.internalBorderWidth:24 +xscreensaver.Dialog.borderWidth: 20 +xscreensaver.Dialog.shadowThickness: 2 +!timeout bar (background is actually determined by Dialog.text.background) +xscreensaver.passwd.thermometer.foreground: #A9B7C4 +xscreensaver.passwd.thermometer.background: #202020 +xscreensaver.passwd.thermometer.width: 8 +!datestamp format--see the strftime(3) manual page for details +xscreensaver.dateFormat: %I:%M%P %a %b %d, %Y diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..8b9c642 --- /dev/null +++ b/Xresources @@ -0,0 +1,27 @@ +! Urgent indicators +urxvt*urgentOnBell: true +xterm*bellIsUrgent: true + +! app-defaults for xterm-color sets: +!xterm*foreground: gray90 +!xterm*background: black +! Return to the xterm default +xterm*foreground: black +xterm*background: white + +! Updated colors to work better on a white background +*VT100*color3: peru +*VT100*color7: gray70 +*VT100*color8: gray40 +*VT100*color11: orange + +! XTerm customizations +xterm*utf8: 1 +xterm*termName: xterm-256color +xterm*faceName: Deja Vu Sans Mono for Powerline:size=9 +!xterm*faceName: DejaVuSansMono:size=9:antialias=false +!xterm*font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-* +!xterm*faceName: Inconsolata:size=11:antialias=false +xterm*SaveLines: 9000 +! Rely on the window manager to handle full screen +xterm*fullscreen: never diff --git a/install.sh b/install.sh index 9bb04c5..db30579 100755 --- a/install.sh +++ b/install.sh @@ -31,3 +31,6 @@ dolink ~/.dotfiles/ranger/rc.conf .config/ranger/rc.conf dolink ~/.dotfiles/ranger/rifle.conf .config/ranger/rifle.conf dolink .dotfiles/bashrc .bashrc dolink .dotfiles/eagle .eagle +dolink .dotfiles/Xdefaults .Xdefaults +dolink .dotfiles/Xresources .Xresources +dolink .dotfiles/xbindkeysrc.scm .xbindkeysrc.scm diff --git a/xbindkeysrc.scm b/xbindkeysrc.scm new file mode 100644 index 0000000..e13e9cd --- /dev/null +++ b/xbindkeysrc.scm @@ -0,0 +1,3 @@ +; bind shift + vertical scroll to horizontal scroll events +(xbindkey '(shift "b:4") "xte 'mouseclick 6'") +(xbindkey '(shift "b:5") "xte 'mouseclick 7'")