Update install.sh

This commit is contained in:
2024-05-12 20:22:04 +02:00
parent 7d0d760691
commit dff080c527

View File

@@ -194,6 +194,7 @@ if [ ! -f ~/.config/qtile/autostart.sh ]; then
cat <<QTILEAUTOSTART > ~/.config/qtile/autostart.sh cat <<QTILEAUTOSTART > ~/.config/qtile/autostart.sh
#!/bin/sh #!/bin/sh
pgrep -x picom > /dev/null || picom -b & pgrep -x picom > /dev/null || picom -b &
amixer set Master 10% &
numlockx on & numlockx on &
#nitrogen --restore & #nitrogen --restore &