diff options
Diffstat (limited to 'scripts/system/graphical-startup')
| -rwxr-xr-x | scripts/system/graphical-startup | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/system/graphical-startup b/scripts/system/graphical-startup index 52bbb8b..b78de30 100755 --- a/scripts/system/graphical-startup +++ b/scripts/system/graphical-startup @@ -1,7 +1,12 @@ #!/bin/sh -# pipewire & + +# start services +pipewire & dunst & swaybg -i $HOME/dotfiles/files/wallpapers/mill.png & swayidle timeout 300 sleep-computer & monitor-battery & # restartemacs >/dev/null & + +# defaults +brightnessctl set 50% |
