diff options
| author | Evgenii Lepikhin <e.lepihin@postgrespro.ru> | 2023-09-20 15:39:01 +0300 |
|---|---|---|
| committer | Evgenii Lepikhin <e.lepihin@postgrespro.ru> | 2023-09-20 15:39:01 +0300 |
| commit | 9f5aa778bf85de2fa943a551647db5c8582f22ab (patch) | |
| tree | 6961a8bb6af2ecdfa8ca2eb43c157ad6c1af7adf | |
| parent | feat: Updated go version (diff) | |
| download | johnlepikhin-guix-channel-9f5aa778bf85de2fa943a551647db5c8582f22ab.tar.gz | |
fix: 'default' includes confirm-paste which has a bug with newlines
| -rw-r--r-- | johnlepikhin/home/urxvt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/johnlepikhin/home/urxvt.scm b/johnlepikhin/home/urxvt.scm index 8f8d3cf..c19aa45 100644 --- a/johnlepikhin/home/urxvt.scm +++ b/johnlepikhin/home/urxvt.scm @@ -52,7 +52,7 @@ (home-xresources-record (name "URxvt*foreground") (value "gray")) (home-xresources-record (name "URxvt*scrollstyle") (value "rxvt")) (home-xresources-record (name "URxvt*termName") (value "xterm")) - (home-xresources-record (name "URxvt*perl-ext-common") (value "default,set-font-size,edit-screen,matcher")) + (home-xresources-record (name "URxvt*perl-ext-common") (value "set-font-size,matcher,edit-screen,selection")) (home-xresources-record (name "URxvt.url-launcher") (value "xdg-open")) (home-xresources-record (name "URxvt.matcher.button") (value "3")) (home-xresources-record (name "URxvt.colorUL") (value "#86a2be")) |
