NOTE: This was unintentionally squashed so some details were lost * Include max CPU temp in Conky * New tint2 theme
10 lines
231 B
Bash
Executable file
10 lines
231 B
Bash
Executable file
#!/bin/sh
|
|
|
|
dbus-update-activation-environment --systemd DISPLAY
|
|
export DISPLAY_SESSION="Openbox"
|
|
export PATH="$HOME/.config/rofi/bin:$PATH"
|
|
eval $(ssh-agent)
|
|
export SSH_AUTH_SOCK
|
|
xrdb -merge $HOME/.Xresources
|
|
exec openbox-session
|
|
|