mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
i3: attempt to fix shell command
This commit is contained in:
parent
e907b733a8
commit
55b9a96a77
@ -30,7 +30,7 @@
|
||||
set $mod Mod4
|
||||
|
||||
# Stop repeating the same thing everywhere!
|
||||
set $SHELL zsh
|
||||
set $SHELL /usr/bin/env zsh
|
||||
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
|
||||
@ -415,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 -C $SHELL
|
||||
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