Initialize repository, adding makefile, packages list, config and colorscheme for vim, config for sway and wofi, scripts for automatic loading of sway via systemd.
This commit is contained in:
commit
57bdfa3aff
15 changed files with 765 additions and 0 deletions
20
swaysystemd
Normal file
20
swaysystemd
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Contents of /etc/systemd/system/myservice.service
|
||||
[Unit]
|
||||
Description=sway
|
||||
Documentation=man::sway(5)
|
||||
OnFailure=getty@tty1.service
|
||||
Conflicts=getty@tty1.service
|
||||
After=graphical.target
|
||||
|
||||
[Service]
|
||||
User=user
|
||||
ExecStart=/usr/bin/sway
|
||||
WorkingDirectory=~
|
||||
TTYPath=/dev/tty1
|
||||
PAMName=login
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
TTYVTDiallocate=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
Loading…
Add table
Add a link
Reference in a new issue