From e907b733a882ac4af2e2d4396703185dc66ae250 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 28 Jan 2021 13:18:49 +0200 Subject: [PATCH] i3: fix most of terminals --- conf/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index 5e1dae2e..297682ac 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -31,7 +31,7 @@ set $mod Mod4 # Stop repeating the same thing everywhere! set $SHELL zsh -set $TERMINAL konsole --hide-menubar -e $SHELL +set $TERMINAL konsole --hide-menubar # For use without display managers. All display managers seem to be # horrible, LightDM user switching is insecure, GDM depends on GNOME, SDDM # doesn't support `passwd -de` @@ -64,7 +64,7 @@ floating_modifier $mod # start a terminal #bindsym $mod+Return exec i3-sensible-terminal -bindsym $mod+Return exec $TERMINAL +bindsym $mod+Return exec $TERMINAL -e $SHELL # kill focused window bindsym $mod+Shift+q kill