qtile: change autosart shebang to sh

This commit is contained in:
Guilherme Rugai Freire 2021-08-04 16:35:05 -03:00
parent dc96fdd71b
commit 97c2a1e1ad
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/sh
# Start polkit agent # Start polkit agent
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &