Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P64027
sway start
Active
Public
Actions
Authored by
BBlack
on Jun 4 2024, 4:20 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F54940953: sway start
Jun 4 2024, 4:20 PM
2024-06-04 16:20:01 (UTC+0)
Subscribers
None
bblack@memex:~$ cat /usr/local/lib/systemd/system/sway.service
[Unit]
Description=sway autostart for bblack
Documentation=man:sway(5)
OnFailure=getty@tty1.service
Conflicts=getty@tty1.service
After=graphical.target
[Service]
User=bblack
ExecStart=/usr/bin/sway
WorkingDirectory=~
TTYPath=/dev/tty1
PAMName=login
EnvironmentFile=/home/bblack/.config/sway/env
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
Restart=on-success
[Install]
WantedBy=graphical.target
Event Timeline
BBlack
created this paste.
Jun 4 2024, 4:20 PM
2024-06-04 16:20:01 (UTC+0)
Log In to Comment