Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Jun 4, 2012
1 parent b7a77f5 commit 33bf721
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tmux.conf
Expand Up @@ -22,6 +22,7 @@ set -g history-limit 1000

# get rid of the stupid 0 window
set -g base-index 1
bind-key 0 select-window -t :10

set -g lock-command lock

Expand Down
5 changes: 3 additions & 2 deletions .zshrc
Expand Up @@ -31,8 +31,8 @@ RPROMPT=$'[%(?,${green},${red})%(3~,../%15<<%2~,%15<../<%~)${NC}]'

export COLORTERM=yes
export CC=gcc
export MANPAGER=more
export PAGER=more
export MANPAGER=less
export PAGER=less
export EDITOR=vim
export CLICOLOR=YES
export PATH=$HOME/bin:$PATH
Expand Down Expand Up @@ -79,6 +79,7 @@ if [ "x$VIMLESS" != "x" ]; then
alias more="$VIMLESS"
fi


# make 'aliases' print the list of aliases
alias aliases=alias

Expand Down
12 changes: 12 additions & 0 deletions openbox/rc.xml
Expand Up @@ -70,6 +70,18 @@
<keybind key="S-A-period">
<action name="SendToDesktopRight"><wrap>yes</wrap></action>
</keybind>
<keybind key="C-A-Left">
<action name="DesktopLeft"><wrap>yes</wrap></action>
</keybind>
<keybind key="C-A-Right">
<action name="DesktopRight"><wrap>yes</wrap></action>
</keybind>
<keybind key="S-A-Left">
<action name="SendToDesktopLeft"><wrap>yes</wrap></action>
</keybind>
<keybind key="S-A-Right">
<action name="SendToDesktopRight"><wrap>yes</wrap></action>
</keybind>
<keybind key="C-A-d">
<action name="ToggleShowDesktop"/>
</keybind>
Expand Down

0 comments on commit 33bf721

Please sign in to comment.