myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit b0b08639ef241236ac57586d04e92eb830ad3fd8
parent 9beb0e2e646b909c1d4b7a31cd6c7fb5a8c012e3
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 11 Mar 2013 00:24:09 +0100

use mutt and irssi and todo

Diffstat:
i3/config | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/i3/config b/i3/config @@ -25,8 +25,8 @@ focus_follows_mouse yes # start a terminal bindsym $mod+Return exec "urxvtcd -e ~/scripts/my_ttyrec" bindsym $mod+b exec "firefox" -bindsym $mod+o exec "urxvtcd -e alot" -bindsym $mod+i exec "urxvtcd -e irc" +bindsym $mod+o exec "urxvtcd -e mutt" +bindsym $mod+i exec "urxvtcd -e irssi" # kill focused window bindsym $mod+Shift+c kill @@ -66,6 +66,8 @@ bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows bindsym $mod+space focus mode_toggle +bindsym $mod+Tab exec todo + # focus the parent container bindsym $mod+u focus parent