add small sleep before starting second i3 session
This commit is contained in:
parent
1f89a2f2ea
commit
56c424fc91
1 changed files with 1 additions and 3 deletions
4
.xinitrc
4
.xinitrc
|
@ -33,10 +33,8 @@ eval $(gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-ag
|
|||
case "$(hostname)" in
|
||||
"ryx")
|
||||
DISPLAY=:0.1 i3 &
|
||||
DISPLAY=:0.0 i3 &
|
||||
sleep 0.1 && exec i3
|
||||
;;
|
||||
*)
|
||||
exec i3
|
||||
esac
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue