X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/8918d024413c42aa7b035f2c454bc8eb5c86ff53..fea78ec4c2b51d986514c1029dbdeabfc4aca146:/.Xdefaults diff --git a/.Xdefaults b/.Xdefaults index fd330fb..25d6c3d 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -30,7 +30,9 @@ URxvt.scrollstyle: plain URxvt.secondaryScroll: true URxvt.print-pipe: cat > $(mktemp /tmp/$(date +%Y-%m-%d-%H%M%S)-urxvt_XXXXXX.txt) -URxvt.searchable-scrollback: CM-s +URxvt.keysym.MC-s: searchable-scrollback:start +!The following is required due to #839770 +URxvt.keysym.M-s: builtin: URxvt.mapAlert: true @@ -38,7 +40,7 @@ URxvt.cutchars: "\`\"'&()*,;<=>?@[]^{|}⇝·/:" Rxvt.loginShell: true -URxvt.perl-ext-common: default,matcher,selection-pastebin,confirm-paste +URxvt.perl-ext-common: default,matcher,confirm-paste,-readline URxvt.keysym.C-Return: perl:matcher URxvt.matcher.rend.0: Uline @@ -50,10 +52,6 @@ URxvt.matcher.rend.1: Uline //URxvt.matcher.launcher.2: echo bug \$1 //URxvt.matcher.rend.2: Uline -URxvt.selection-pastebin.cmd: pub % -URxvt.selection-pastebin.url: http\072\057\057scratch.madduck.net/% -URxvt.keysym.C-M-p: perl:selection-pastebin:remote-pastebin - // URxvt.depth: 32 // URxvt.background: rgba:0000/0000/0000/dddd URxvt.transparent: false