From dccd71cdff2912f83f9e2b15eec024186d12fac7 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 13 Jan 2020 15:22:32 +0100 Subject: replace chromium by firefox --- .bashrc | 1 + .config/i3/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 50bc6be..784a0bc 100644 --- a/.bashrc +++ b/.bashrc @@ -5,6 +5,7 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +export PAGER=less export EDITOR=vim export HISTIGNORE=ls:ps:history export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries diff --git a/.config/i3/config b/.config/i3/config index 1e272c7..c81c2e0 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -71,7 +71,7 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec i3-sensible-terminal -bindsym F9 exec chromium +bindsym F9 exec firefox bindsym F10 exec i3-sensible-terminal # kill focused window -- cgit v1.2.3