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 +