diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-05 15:26:26 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-05 15:26:26 -0400 |
commit | 218e3f10356233fc87a222169281eac1c2b7eb16 (patch) | |
tree | f618537b4a861047ccac6d207f19eb1e59da87ac | |
parent | e4902e0b594f307e9570b00eb9f8b81a8c44b8c4 (diff) | |
download | configs-218e3f10356233fc87a222169281eac1c2b7eb16.tar.gz configs-218e3f10356233fc87a222169281eac1c2b7eb16.tar.xz configs-218e3f10356233fc87a222169281eac1c2b7eb16.zip |
urxvt: small tweaks; most importantly, don’t run as login shell
-rw-r--r-- | .Xresources.d/rxvt-unicode | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.Xresources.d/rxvt-unicode b/.Xresources.d/rxvt-unicode index 80a36be..120df2e 100644 --- a/.Xresources.d/rxvt-unicode +++ b/.Xresources.d/rxvt-unicode @@ -7,8 +7,9 @@ URxvt.bolditalicFont: xft:source code pro:semibold:italic:pixelsize=14:antiali URxvt.xftAntialias: true URxvt.letterSpace: -1 -URxvt.depth: 0 -URxvt.loginShell: true +!URxvt.depth: 0 +!URxvt.loginShell: true +!URxvt*buffered: false URxvt.saveLines: 100000 URxvt.internalBorder: 3 URxvt.lineSpace: 0 @@ -26,7 +27,7 @@ URxvt.url-select.underline: true URxvt.keysym.M-u: perl:url-select:select_next URxvt.keysym.M-Escape: perl:keyboard-select:activate URxvt.keysym.M-s: perl:keyboard-select:search -URxvt.url-launcher: /usr/bin/firefox +URxvt.url-launcher: /usr/bin/abrowser URxvt.matcher.button: 1 URxvt.iso14755: false URxvt.iso14755_53: false @@ -40,7 +41,7 @@ URxvt.keysym.C-S-Down: font-size:decglobal URxvt.keysym.C-equal: font-size:reset !URxvt.keysym.C-question: font-size:show -URxvt.iconFile: /usr/share/icons/Paper/48x48/apps/utilities-terminal.png +!URxvt.iconFile: /usr/share/icons/elementary-xfce/apps/48/terminal.png !urxvt*foreground: white !urxvt*background: black |