Commit | Line | Data |
---|---|---|
3aeeb20d | 1 | URxvt.scrollBar: false |
775a7092 AB |
2 | !URxvt.font: -*-termsyn-medium-*-*-*-14-*-*-*-*-*-*-* |
3 | !URxvt.boldFont: -*-termsyn-bold-*-*-*-14-*-*-*-*-*-*-* | |
4 | ||
5 | !! Sauce Code Pro | |
77dd1e91 AB |
6 | URxvt.font: xft:Source Code Pro-11:hinting=True;antialias:True,xft:Meslo LG M for Powerline-10:medium;antialias=False,xft:DejaVu Sans Mono for Powerline-10:medium;antialias=True,xft:Unifont-10:medium;antialias:True |
7 | URxvt.boldFont: xft:Source Code Pro-11:bold;hinting=True;antialias:True,xft:Meslo LG M for Powerline-10:bold;antialias=False,xft:DejaVu Sans Mono for Powerline-10:bold;antialias=True,xft:Unifont-10:bold;antialias:True | |
8 | URxvt.letterSpace: -1 | |
155ce91b AB |
9 | !-*-{ Xft settings |
10 | Xft*dpi: 96 | |
11 | Xft*antialias: True | |
12 | Xft*hinting: Full | |
13 | !-*-} | |
775a7092 | 14 | |
cd08a411 | 15 | URxvt.depth: 0 |
77dd1e91 AB |
16 | URxvt.loginShell: true |
17 | URxvt.saveLines: 1000 | |
18 | URxvt.internalBorder: 3 | |
19 | URxvt.lineSpace: 0 | |
20 | URxvt.scrollStyle: rxvt | |
3aeeb20d | 21 | |
5cb147f1 | 22 | URxvt.perl-ext-common: default,clipboard,url-select,font-size |
3aeeb20d AB |
23 | URxvt.url-select.launcher: firefox |
24 | URxvt.url-select.underline: true | |
25 | URxvt.keysym.M-u: perl:url-select:select_next | |
77dd1e91 AB |
26 | URxvt.url-launcher: /usr/bin/firefox |
27 | URxvt.matcher.button: 1 | |
3aeeb20d AB |
28 | URxvt.iso14755 : false |
29 | URxvt.keysym.M-c: perl:clipboard:copy | |
30 | URxvt.keysym.M-v: perl:clipboard:paste | |
31 | URxvt.keysym.C-A-V: perl:clipboard:paste_escaped | |
775a7092 | 32 | |
dcbfb16d | 33 | URxvt.iconFile: /usr/share/icons/Moka/96x96/apps/utilities-terminal.png |
155ce91b | 34 | !URxvt.iconFile: /home/amin/.icons/Moka/96x96/apps/utilities-terminal.png |
5cb147f1 AB |
35 | |
36 | URxvt.keysym.C-Up: perl:font-size:increase | |
37 | URxvt.keysym.C-Down: perl:font-size:decrease | |
38 | !URxvt.keysym.C-S-Up: perl:font-size:incglobal | |
39 | !URxvt.keysym.C-S-Down: perl:font-size:decglobal | |
40 | !URxvt.iso14755: false | |
41 | !URxvt.iso14755_52: false | |
42 | ||
155ce91b AB |
43 | ! Xcursor -------------------------------------------------------------------- |
44 | ||
cd3b4dc1 AB |
45 | !Xcursor.theme: Vanilla-DMZ-AA |
46 | !Xcursor.size: 22 | |
6a51aaba | 47 |