Start steam on login
This commit is contained in:
parent
f164579c2c
commit
3fa7a21fb7
@ -28,6 +28,10 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
|
||||
signal-desktop --start-in-tray &
|
||||
fi
|
||||
|
||||
if command -v steam &> /dev/null ; then
|
||||
steam -silent &
|
||||
fi
|
||||
|
||||
# Bluetooth
|
||||
if command -v jetbrains-toolbox &> /dev/null ; then
|
||||
jetbrains-toolbox --minimize &
|
||||
|
Loading…
Reference in New Issue
Block a user