diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-10-19 16:49:09 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-10-19 16:49:09 +0200 |
commit | 99861145a29e36bf97136e4fb9626dde45274444 (patch) | |
tree | 613c946a1068c4554ce261ad70c2b3660aff2d7a /by_os/Linux/X | |
parent | 4dde62d213d17076bb80f123cb964a37fcf18407 (diff) | |
parent | d03551cbf8c96e0f28a32a348eff337ff7bd7c83 (diff) |
merge w/ barkley's version
Diffstat (limited to 'by_os/Linux/X')
-rw-r--r-- | by_os/Linux/X/.Xdefaults | 3 | ||||
-rw-r--r-- | by_os/Linux/X/.xinitrc | 13 |
2 files changed, 4 insertions, 12 deletions
diff --git a/by_os/Linux/X/.Xdefaults b/by_os/Linux/X/.Xdefaults index 7572abd..ca27504 100644 --- a/by_os/Linux/X/.Xdefaults +++ b/by_os/Linux/X/.Xdefaults @@ -27,6 +27,9 @@ Xft.hinting: true Xft.hintstyle: hintslight URxvt*font: xft:Misc Tamsyn:pixelsize=16:style=regular:antialias=false,xft:Inconsolata Powerline:pixelsize=16 URxvt*boldFont: xft:Misc Tamsyn:pixelsize=17:style=bold:antialias=false,xft:Inconsolata Powerline:pixelsize=16 +/*for barkley: +URxvt*font: xft:Monaco for Powerline:pixelsize=22:style=Regular:antialias=true +URxvt*boldFont: xft:Monaco for Powerline:pixelsize=22:style=Bold:antialias=true*/ /* change default colors */ URxvt*background: #000000 diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index 078cb2a..71a1180 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,15 +1,4 @@ -exec xmodmap ${HOME}/.Xmodmap & -exec ${HOME}/bin/ratcpi & -export EXT_POINTER=$(xinput list | grep "USB-HID Keyboard" | grep pointer | awk -F'=' '{print $2}' | cut -f 1) -if [[ $(hostname) == "kobe" ]]; then - exec xinput set-prop $EXT_POINTER 264 2.5 & - exec xinput set-prop $EXT_POINTER 265 1.0 & - exec xinput set-prop $EXT_POINTER 266 5.0 & -elif [[ $(hostname) == "bogues" ]]; then - exec xinput set-prop $EXT_POINTER 268 2.5 & - exec xinput set-prop $EXT_POINTER 269 1.25 & -fi -exec mkdir -p /tmp/mutt & export LC_ALL=en_US.UTF-8 +#exec setterm -blength 0 exec ratpoison |