summaryrefslogtreecommitdiff
path: root/scripts/system/graphical-startup
blob: 2b460504c478f764a5e98798bbf97106d03fe628 (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%