1 2 3 4 5
post_install() { echo "The greetd setup needs to be changed for QtGreet to work!" echo "Edit /etc/greetd/config.toml and make the change mentioned below." echo 'Under [default_session], set command = "sway --config /etc/qtgreet/sway.cfg"' }