|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
!Расширения Perl |
|
|
|
|
URxvt.perl-lib: /home/maks/.shellrc/etc/soft/urxvt/perl/ |
|
|
|
|
!URxvt.perl-ext-common: tabbedex,readline,searchable-scrollback,matcher,font-size |
|
|
|
|
URxvt.perl-ext-common: tabbedex,readline,searchable-scrollback,font-size |
|
|
|
|
URxvt.perl-ext-common: tabbedex,readline,searchable-scrollback,font-size,matcher |
|
|
|
|
|
|
|
|
|
!Tabbedex |
|
|
|
|
URxvt.tabbed.autohide: true |
|
|
|
@ -26,9 +26,13 @@ URxvt.keysym.C-equal: font-size:reset
@@ -26,9 +26,13 @@ URxvt.keysym.C-equal: font-size:reset
|
|
|
|
|
URxvt.keysym.C-slash: font-size:show |
|
|
|
|
|
|
|
|
|
!Matcher |
|
|
|
|
URxvt.url-launcher: chromium |
|
|
|
|
URxvt.keysym.C-Delete: perl:matcher:last |
|
|
|
|
URxvt.keysym.M-Delete: perl:matcher:list |
|
|
|
|
URxvt.url-launcher: xdg-open |
|
|
|
|
URxvt.matcher.button: 2 |
|
|
|
|
URxvt.colorUL: #09419b |
|
|
|
|
URxvt.underlineURLs: false |
|
|
|
|
URxvt.underlineColor: #09419b |
|
|
|
|
URxvt.matcher.pattern.1: ^\\B(/.+\.pdf)$ |
|
|
|
|
URxvt.matcher.launcher.1: zathura $1 |
|
|
|
|
|
|
|
|
|