commit 5e92be1c2d6aa6ab216422ed213d3361fa50cf51 parent f3bf386217d27a89843be304e9ffedb7a2e9a04d Author: grouse <bdmfegys@duck.com> Date: Thu, 2 Nov 2023 23:28:53 -0400 commented non-universal lines in autostart config, added tips Diffstat:
| M | .dwm/autostart.sh | | | 15 | ++++++++++----- |
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh @@ -1,8 +1,13 @@ #!/bin/bash -xrandr --output DP-0 --mode 1920x1080 --rate 140 --right-of HDMI-0 --output HDMI-0 --mode 1920x1080 --rate 165 -#xrandr --auto +xrandr --auto slstatus & -feh --bg-fill $HOME/.config/wall.png -picom --experimental-backends & disown -dunst & +# enable next line if you are using my wallpaper changer, included in my dotfiles +# for dotfiles, see https://git.tetraonini.online/grouse/dotfiles +#feh --bg-fill $HOME/.config/wall.png +# for the below you can swap them out with whatever compositor you use +# you can add as many other startup processes as your computer can handle +#picom --experimental-backends & disown +#dunst & + +# uses suckless' lock util with xautolock #xautolock -time 10 -locker slock