diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-03 09:58:54 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-03 09:58:54 -0400 |
commit | 4f2609a1ce3a625389d653ce6e1ef5e65cd73ba9 (patch) | |
tree | 61e0012686aed9ea1951006cc5ee10c17f156f7a /.Xresources | |
parent | 521cfbe22456fc1fa777eb0bf632b82423926c2c (diff) |
rolled in sway changes
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 |