diff options
Diffstat (limited to 'x/.Xresources')
-rwxr-xr-x | x/.Xresources | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x/.Xresources b/x/.Xresources index b8ef8d7..835e93d 100755 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -64,8 +64,11 @@ URxvt.titleBar : false | |||
64 | URxvt.intensityStyles : false | 64 | URxvt.intensityStyles : false |
65 | 65 | ||
66 | 66 | ||
67 | URxvt.perl-ext-common : default,matcher,font-size | 67 | URxvt.perl-ext-common : default,matcher,font-size,keyboard-select |
68 | URxvt.font-size.step: 1 | 68 | URxvt.keysym.M-Escape : perl:keyboard-select:activate |
69 | URxvt.keysym.M-s : perl:keyboard-select:search | ||
70 | URxvt.keyboard-select.clipboard: true | ||
71 | URxvt.font-size.step : 1 | ||
69 | URxvt.url-launcher : chromium | 72 | URxvt.url-launcher : chromium |
70 | URxvt.matcher.button : 1 | 73 | URxvt.matcher.button : 1 |
71 | 74 | ||