dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 581a8553c348afef358828bfac41ebc930d8ecb3
parent b817c5b39eb425b6e0fa5b3b2b6994e4b3df5f00
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  8 Jul 2014 09:01:36 +0200

revert to iceweasel/firefox as default browser

Diffstat:
M.i3/config | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -66,8 +66,8 @@ bindsym $mod+Shift+Return exec i3-sensible-terminal # other application launchers #bindsym $mod+b exec uzbl-browser -#bindsym $mod+b exec firefox -bindsym $mod+b exec dwb +bindsym $mod+b exec firefox +#bindsym $mod+b exec dwb bindsym $mod+c exec emacs bindsym $mod+t exec tor-browser.sh @@ -247,4 +247,4 @@ bar { # auto-start programs #exec --no-startup-id wicd-client --tray exec --no-startup-id nm-applet -exec --no-startup-id i3-msg 'workspace 2; exec emacs; workspace 3; exec dwb; workspace 1; exec urxvt -e tmux-utility.sh' +exec --no-startup-id i3-msg 'workspace 2; exec emacs; workspace 3; exec firefox; workspace 1; exec urxvt -e tmux-utility.sh'