From f9d12e629e9ec4b44f1aa82b1dc4c9ae7133edd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Tue, 16 Jul 2013 12:33:15 +0200 Subject: [PATCH] Small changes (e.g. ssh alias) --- Xresources | 2 +- i3/config | 4 ++++ zshrc | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Xresources b/Xresources index 6d69ea8..8a4583a 100644 --- a/Xresources +++ b/Xresources @@ -40,7 +40,7 @@ URxvt.scrollStyle: rxvt URxvt.scrollBar: false ! Perl extensions -URxvt.perl-ext-common: default,matcher +URxvt.perl-ext-common: default,matcher,clipboard URxvt.matcher.button: 1 URxvt.url-launcher: google-chrome diff --git a/i3/config b/i3/config index 9effd02..664531f 100644 --- a/i3/config +++ b/i3/config @@ -41,6 +41,10 @@ bindsym XF86AudioRaiseVolume exec volume-up.sh bindsym XF86AudioLowerVolume exec volume-down.sh bindsym XF86AudioMute exec volume-toggle-mute.sh +# Brightness +#bindsym XF86MonBrightnessUp exec xbacklight +5 +#bindsym XF86MonBrightnessDown exec xbacklight -5 + # kill focused window bindsym $mod+q kill diff --git a/zshrc b/zshrc index a9059fe..7d5cca7 100644 --- a/zshrc +++ b/zshrc @@ -47,6 +47,7 @@ source $ZSH/oh-my-zsh.sh PYTHONSTARTUP=~/.pythonrc.py export PYTHONSTARTUP +ssh-add -l >/dev/null || alias ssh='ssh-add -l >/dev/null || ssh-add && unalias ssh; ssh' ### Added by the Heroku Toolbelt export PATH="$PATH:/usr/local/heroku/bin"