Initial changes
This commit is contained in:
parent
7f6e66cf92
commit
9e89ed8681
11 changed files with 42 additions and 38 deletions
10
home/.config/systemd/user/foot.service
Normal file
10
home/.config/systemd/user/foot.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Wayland terminal emulator (server)
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/foot -s
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Add table
Add a link
Reference in a new issue