diff --git a/.Xresources b/.Xresources index ab5d6f00..f17a864c 100644 --- a/.Xresources +++ b/.Xresources @@ -1,6 +1,6 @@ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Xresources -!! 2012-08-16 +!! 2012-10-31 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! TODO: set up charclass. @@ -20,25 +20,22 @@ !! plugins. ! URxvt*modifier: alt +! URxvt.iso14755: False URxvt*saveLines: 5000 URxvt*scrollBar: false !! URL Support -URxvt.perl-ext: default,url-select -URxvt.keysym.C-M-u: perl:url-select:select_next -URxvt.url-select.launcher: /usr/bin/luakit +URxvt.perl-ext: url-select +URxvt.keysym.C-M-u: perl:url-select:select_next +URxvt.url-select.launcher: luakit URxvt.url-select.underline: true -URxvt.perl-ext-common : keyboard-select,clipboard - -URxvt.keysym.C-M-v: perl:clipboard:paste -URxvt.keysym.C-M-c: perl:clipboard:paste_escaped +URxvt.perl-ext-common: keyboard-select,clipboard +URxvt.keysym.C-M-Escape: perl:keyboard-select:activate +URxvt.keysym.C-M-v: perl:clipboard:paste +URxvt.keysym.C-M-c: perl:clipboard:paste_escaped +URxvt.clipboard.pastecmd: xclip -o -selection clipboard -quiet -d locahost:0 ! URxvt.clipboard.copycmd: xclip -i -selection clipboard -! URxvt.clipboard.pastecmd: xclip -o -selection clipboard - -!! Keyboard-Select -URxvt.keysym.M-Escape: perl:keyboard-select:activate -! URxvt.keysym.M-s: perl:keyboard-select:search !! Font URxvt*font : xft:Dejavu Sans Mono:pixelsize=14 diff --git a/.emacs.d/main.el b/.emacs.d/main.el index 66b0df64..d9661417 100644 --- a/.emacs.d/main.el +++ b/.emacs.d/main.el @@ -27,9 +27,10 @@ ;; Copy/Paste to/from clipboard. ;; (define-key my-keys-minor-mode-map (kbd "M-p") (kbd "C-u M-! xclip -o")) -(define-key my-keys-minor-mode-map (kbd "C-") (kbd "M-| xsel -p -i")) -(define-key my-keys-minor-mode-map (kbd "C-") (kbd "C-u M-! xsel -o")) -(define-key my-keys-minor-mode-map (kbd "C-") (kbd "C-u M-! xsel -o -b")) +;; (define-key my-keys-minor-mode-map (kbd "C-") (kbd "M-| xsel -p -i")) +(define-key my-keys-minor-mode-map (kbd "C-") (kbd "M-| xclip")) +(define-key my-keys-minor-mode-map (kbd "C-") (kbd "C-u M-! xclip -o")) +(define-key my-keys-minor-mode-map (kbd "C-") (kbd "C-u M-! xclip -o -selection clipboard")) ;; Compilation (define-key my-keys-minor-mode-map (kbd "C-") 'compile) diff --git a/.netinit b/.netinit index 69ded1de..9130b087 100755 --- a/.netinit +++ b/.netinit @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/zsh ################################################################################ ## Custom network initialization script. ## 2012-10-29 diff --git a/.shell.d/main_rc b/.shell.d/main_rc index 17ba41eb..2b351f7d 100644 --- a/.shell.d/main_rc +++ b/.shell.d/main_rc @@ -43,7 +43,8 @@ fi ## Terminal ## WARNING: this is always a bad idea! -if [[ "$TERM" = *rxvt* ]]; then +## TODO: check how to do this properly. +if [ ! "$OSTYPE" = "linux-gnu" ] && [[ "$TERM" = *rxvt* ]]; then export TERM="rxvt-unicode-256color" fi diff --git a/README b/README index b39ed10c..38ccc54e 100644 --- a/README +++ b/README @@ -200,6 +200,7 @@ doxygen dropbox dtach dvtm +dwb emacs expac fbpdf