From ff1565869300f606f9a94ecc5b1ab10ff798ec26 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Thu, 3 Oct 2019 20:18:58 +0200 Subject: [PATCH] Change terminal to st --- .config/i3/config | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 4534c35..af4da46 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -30,7 +30,7 @@ font xft:URWGothic-Book 11 floating_modifier $mod # start a terminal -bindsym $mod+Return exec termite +bindsym $mod+Return exec st # kill focused window bindsym $mod+Shift+q kill diff --git a/README.md b/README.md index 97eaf9c..b9c9c25 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## My setup * distro: arch linux * browser: qutebrowser -* terminal: termite +* terminal: st * file manager: ranger * app menu: dmenu * text editor: neovim