config_files/sway/sway-service.sh

7 lines
181 B
Bash
Raw Normal View History

2019-11-22 17:17:55 +01:00
#! /bin/sh
# first import environment variables from the login manager
systemctl --user import-environment
# then start the service
exec systemctl --wait --user start sway.service