* Moved most X startup logic to ~/.update_x * This is called by both i3 and openbox * Network logic moved to .zlogin * This avoids a bug where apps can no longer connect to the $DISPLAY
7 lines
125 B
Bash
Executable file
7 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
|
|
dbus-update-activation-environment --systemd DISPLAY
|
|
eval $(ssh-agent)
|
|
export SSH_AUTH_SOCK
|
|
exec openbox-session
|
|
|