diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-04-13 12:00:34 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-04-13 12:00:34 +0100 |
commit | 704948f95211033881e1b80acc03c9c9dff84e71 (patch) | |
tree | 279cdd6a9071f93e0deae0fdf909e3c128a40a83 /Window_Manager | |
parent | 6b6fe496e0c46818a89ae47a892add7bb2587577 (diff) | |
download | dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.tar.gz dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.tar.bz2 dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.zip |
change back to zsh for speed
Diffstat (limited to 'Window_Manager')
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index 50de765..2de341c 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -224,7 +224,7 @@ alias browse_selection exec .config/ratpoison/exec_to_workspace 2 vimb `ratpoiso bind B banish # Paste with X selection -alias insert_X_selection meta S-Insert +alias insert_X_selection exec ~/bin/paste bind i insert_X_selection |