mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
i3: fix most of terminals
This commit is contained in:
parent
fc0730d7a5
commit
e907b733a8
@ -31,7 +31,7 @@ set $mod Mod4
|
|||||||
|
|
||||||
# Stop repeating the same thing everywhere!
|
# Stop repeating the same thing everywhere!
|
||||||
set $SHELL zsh
|
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
|
# For use without display managers. All display managers seem to be
|
||||||
# horrible, LightDM user switching is insecure, GDM depends on GNOME, SDDM
|
# horrible, LightDM user switching is insecure, GDM depends on GNOME, SDDM
|
||||||
# doesn't support `passwd -de`
|
# doesn't support `passwd -de`
|
||||||
@ -64,7 +64,7 @@ floating_modifier $mod
|
|||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
#bindsym $mod+Return exec i3-sensible-terminal
|
#bindsym $mod+Return exec i3-sensible-terminal
|
||||||
bindsym $mod+Return exec $TERMINAL
|
bindsym $mod+Return exec $TERMINAL -e $SHELL
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user