blob: 413e79a7960a0e848e8780fa11c2b71a01e54434 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# Pipewire setup:
gentoo-pipewire-launcher &
# Autolock the screen after 5 minutes with xautolock (slock)
xautolock -time 5 -locker slock &
# Automatically start dropbox
dropbox start &
|