dotfiles/home/.config/systemd/user/autorotate.service

11 lines
190 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Script for automatically rotating screen
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=%h/Scripts/autorotate.sh
[Install]
WantedBy=sway-session.target