aboutsummaryrefslogtreecommitdiff
path: root/scripts/system/graphical-startup
blob: f7cfdeba32327486c6093dafea759c26504aeaf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# start services
pipewire &
dunst &
swaybg -i $HOME/dotfiles/files/wallpapers/mill.png &
idle-sleep &
monitor-battery &
restartemacs >/dev/null &

# defaults
brightnessctl set 50%