diff options
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.Xresources b/.Xresources index 95b2d82..5aafa92 100644 --- a/.Xresources +++ b/.Xresources @@ -11,13 +11,13 @@ xft.rgba: rgb URxvt*buffered: true URxvt*cursorBlink: true URxvt*underlineColor: #808080 -URxvt*font:xft:Inconsolata:size=15:style=Regular:antialias=true -URxvt.boldFont: xft:Inconsolata:Bold:size=14 -URxvt.letterSpace: -1 +URxvt.boldFont: xft:hack:bold:size=13 +URxvt*font: xft:hack:medium:size=13 +!URxvt.letterSpace: -1 URxvt*depth: 32 -urxvt*transparent: true +Urxvt*transparent: true URxvt*background: rgba:0000/0000/0200/c800 -urxvt*shading: 37 +Urxvt*shading: 37 URxvt*borderless: 1 URxvt*scrollBar: false URxvt*loginShell: true @@ -25,7 +25,7 @@ Urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen URxvt*saveLines: 8000 URxvt*termName: rxvt-unicode URxvt.perl-ext-common: default,matcher,fullscreen -URxvt.urlLauncher: firefox-aurora +!URxvt.urlLauncher: firefox-aurora URxvt.matcher.button: 1 URxvt.keysym.F11: perl:fullscreen:switch |