commit 4483faf950f6e82b430d65fdeb618c3ca40b95f1 parent dd077feccde0ac4568fd526338eb450b7b3fbf78 Author: grouse <bdmfegys@duck.com> Date: Wed, 25 Oct 2023 07:13:13 -0400 updated autostart Diffstat:
| M | .dwm/autostart.sh | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh @@ -1,6 +1,8 @@ #!/bin/bash -#xrandr --output DP-0 --mode 1920x1080 --rate 140 --right-of HDMI-0 --output HDMI-0 --mode 1920x1080 --rate 165 -xrandr --auto +xrandr --output DP-0 --mode 1920x1080 --rate 140 --right-of HDMI-0 --output HDMI-0 --mode 1920x1080 --rate 165 +#xrandr --auto slstatus & feh --bg-fill $HOME/.config/wall.png -picom & disown +picom --experimental-backends & disown +dunst & +#xautolock -time 10 -locker slock