diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-03-25 06:32:02 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-03-25 06:32:02 +0000 |
commit | f4d7ef953338b2e1c750c7e9c4be0d3d9f3c7cac (patch) | |
tree | 7c22a410207752f18c65bc280515e82db772f335 /x | |
parent | 809c4d7d729bd27659fcd35cd0642857724dd03a (diff) |
cmus
Diffstat (limited to 'x')
-rw-r--r-- | x/.Xresources | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/x/.Xresources b/x/.Xresources index 26d3024..10ef26e 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -73,14 +73,4 @@ URxvt*inheritPixmap: False | |||
73 | *.color15: #d2d4de | 73 | *.color15: #d2d4de |
74 | 74 | ||
75 | ! Perls | 75 | ! Perls |
76 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font | 76 | URxvt.perl-ext-common : default,matcher |
77 | URxvt.resize-font.step: 1 | ||
78 | URxvt.keysym.M-Escape : perl:keyboard-select:activate | ||
79 | URxvt.keysym.M-u : perl:url-select:select_next | ||
80 | URxvt.keysym.M-s : perl:keyboard-select:search | ||
81 | !URxvt.perl-ext-common : tabbed,default,matcher | ||
82 | !Urxvt.perl-lib : /usr/lib/urxvt/perl/ | ||
83 | URxvt.url-select.launcher : firefox | ||
84 | URxvt.url-select.autocopy : true | ||
85 | URxvt.url-select.underline : true | ||
86 | URxvt.url-select.button: 1 | ||