diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-01-13 15:22:32 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-01-13 15:22:32 +0100 |
| commit | dccd71cdff2912f83f9e2b15eec024186d12fac7 (patch) | |
| tree | fe4ae7c866d5e5f79edf3bd11b5f079d82aa1a79 | |
| parent | 1551a4228a8240754e901006404a0a0f16f12dd4 (diff) | |
replace chromium by firefox
| -rw-r--r-- | .bashrc | 1 | ||||
| -rw-r--r-- | .config/i3/config | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |
