Update install.sh

This commit is contained in:
2024-05-12 20:15:30 +02:00
parent 980fd5de9a
commit 7d0d760691

View File

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