From ed68e3359ba86f7347ca75e51ffe19939c01176f Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Mon, 2 Jan 2017 20:02:19 +0100 Subject: [PATCH] add xdefaults for firefox touchscreen support, add urxvt plugins and change pixelsize to size --- x/.Xdefaults | 10 +++++++--- x/.xprofile | 2 ++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100755 x/.xprofile diff --git a/x/.Xdefaults b/x/.Xdefaults index 0cd298c..dd6bea3 100644 --- a/x/.Xdefaults +++ b/x/.Xdefaults @@ -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 diff --git a/x/.xprofile b/x/.xprofile new file mode 100755 index 0000000..2b5355b --- /dev/null +++ b/x/.xprofile @@ -0,0 +1,2 @@ +export MOZ_USE_XINPUT2=1 +