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 &
|
signal-desktop --start-in-tray &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if command -v steam &> /dev/null ; then
|
||||||
|
steam -silent &
|
||||||
|
fi
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
if command -v jetbrains-toolbox &> /dev/null ; then
|
if command -v jetbrains-toolbox &> /dev/null ; then
|
||||||
jetbrains-toolbox --minimize &
|
jetbrains-toolbox --minimize &
|
||||||
|
Loading…
Reference in New Issue
Block a user