diff options
author | xero <x@xero.nu> | 2014-07-14 13:23:05 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2014-07-14 13:23:05 -0400 |
commit | 56560fd597f94dfe6fe5fa79648398ab29d05775 (patch) | |
tree | 7e77d23be98b2df8ef847f49ee645085356305be /.Xdefaults | |
parent | 1434c859bcf94a0bbee88e72c8a01849d0356293 (diff) | |
download | dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip |
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to '')
-rw-r--r-- | urxvt/.Xdefaults (renamed from .Xdefaults) | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.Xdefaults b/urxvt/.Xdefaults index 4bbe068..db601b6 100644 --- a/.Xdefaults +++ b/urxvt/.Xdefaults @@ -47,11 +47,15 @@ urxvt*color0: #111111 urxvt*color8: #666666 ! █▓▒░ clipboard -urxvt.keysym.Shift-Control-V: perl:clipboard:paste -urxvt.iso14755: False -urxvt.perl-ext-common: default,clipboard +urxvt.perl-ext-common: default,clipboard,keyboard-select +urxvt.keysym.M-Escape: perl:keyboard-select:activate +urxvt.keysym.M-c: perl:clipboard:copy +urxvt.keysym.C-v: perl:clipboard:paste +urxvt.keysym.M-C-v: perl:clipboard:paste_escaped +urxvt.clipboard.copycmd: xsel -ib +urxvt.clipboard.pastecmd: xsel -ob ! █▓▒░ misc urxvt.saveLines: 4095 urxvt.iso14755: false -urxvt*iconFile: /home/xero/.icons/AwOkenWhite/clear/128x128/apps/terminal3.png
\ No newline at end of file +!URxvt*altSendsEscape: true |