X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/7b33a7d91640770e38691fbb7a2b45653fd4d8b6..fea78ec4c2b51d986514c1029dbdeabfc4aca146:/.Xdefaults diff --git a/.Xdefaults b/.Xdefaults index 1be99e9..25d6c3d 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -28,9 +28,11 @@ Rxvt.scrollWithBuffer: false Rxvt.jumpScroll: true URxvt.scrollstyle: plain URxvt.secondaryScroll: true -URxvt.print-pipe: T=$(mktemp /tmp/urxvt.XXXXXX); echo $T; cat > $T +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,selection-pastebin +URxvt.perl-ext-common: default,matcher,confirm-paste,-readline URxvt.keysym.C-Return: perl:matcher URxvt.matcher.rend.0: Uline @@ -50,12 +52,8 @@ 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 -URxvt.termName: rxvt-unicode +URxvt.termName: rxvt-unicode