aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user/swayrd.service
blob: 2e299e91179e48e1c436355247b628acdffc2b50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=swayr daemon (auto-tile + window-switcher IPC client)
Documentation=https://sr.ht/~tsdh/swayr/
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=SWAYSOCK

[Service]
Type=simple
ExecStart=%h/.nix-profile/bin/swayrd
Restart=on-failure
RestartSec=2s

[Install]
WantedBy=sway-session.target