add xdefaults for firefox touchscreen support, add urxvt plugins and change pixelsize to size

auto-flake-update
Yorick van Pelt 2017-01-02 20:02:19 +01:00
parent 45dc43e7a1
commit ed68e3359b
2 changed files with 9 additions and 3 deletions

View File

@ -57,15 +57,19 @@ URxvt*background: [85]#002b36
! scrollbar style - xvt (default), plain (most compact), next, or xterm
URxvt.scrollstyle: plain
URxvt.scrollBar_right: true
URxvt.perl-ext-common: default,matcher
URxvt.perl-ext-common: default,matcher,font-size,vtwheel
URxvt.url-launcher: firefox
URxvt.matcher.button: 1
URxvt.urgentOnBell: True
URxvt.depth: 32
! URxvt.background: [95]#202020
URxvt.font: xft:SourceCodePro:pixelsize=16:antialias=true:hinting=true
! URxvt.boldFont: xft:SourceCodePro:bold:pixelsize=14:antialias=true:hinting=true
URxvt.font: xft:SourceCodePro:size=12:antialias=true:hinting=true
! URxvt.boldFont: xft:SourceCodePro:bold:size=12:antialias=true:hinting=true
URxvt.geometry: 100x30
URxvt.scrollColor: S_base0
rofi.font: Source Code Pro 12
URxvt.font-size.step: 4
URxvt.keysym.C-equal: perl:font-size:increase
URxvt.keysym.C-minus: perl:font-size:decrease

2
x/.xprofile Executable file
View File

@ -0,0 +1,2 @@
export MOZ_USE_XINPUT2=1