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:
Ananke 2024-04-25 20:22:58 +02:00
commit 57bdfa3aff
15 changed files with 765 additions and 0 deletions

20
swaysystemd Normal file
View 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