mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
i3: ensure zsh getting used
This commit is contained in:
parent
cbcbac6a07
commit
585d364220
@ -30,7 +30,8 @@
|
||||
set $mod Mod4
|
||||
|
||||
# Stop repeating the same thing everywhere!
|
||||
set $TERMINAL konsole --hide-menubar
|
||||
set $SHELL zsh
|
||||
set $TERMINAL konsole --hide-menubar -E $SHELL
|
||||
# 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`
|
||||
@ -414,7 +415,7 @@ exec --no-startup-id numlockx on
|
||||
# see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment
|
||||
exec --no-startup-id fcitx
|
||||
#exec --no-startup-id kdocker -m -d 300 $TERMINAL
|
||||
exec --no-startup-id $TERMINAL -e tmux
|
||||
exec --no-startup-id $TERMINAL -e tmux -C $SHELL
|
||||
exec --no-startup-id conky
|
||||
exec --no-startup-id aa-notify -p -s 1 -w 60
|
||||
exec --no-startup-id caffeine-indicator
|
||||
|
Loading…
Reference in New Issue
Block a user