Removed old sway service

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-11 18:52:22 +02:00
parent f6bd12c582
commit 0b22d4b868
2 changed files with 0 additions and 29 deletions

View file

@ -1,25 +0,0 @@
[Unit]
Description=sway - SirCmpwn's Wayland window manager
[Service]
ExecStartPre=/usr/bin/chvt %I
ExecStart=/usr/bin/dbus-launch --exit-with-session /usr/bin/sway
TTYPath=/dev/tty%I
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
PAMName=login
User=frodo
WorkingDirectory=/home/frodo
Environment=XDG_RUNTIME_DIR=/run/user/1000
Environment=QT_PLUGIN_PATH=/usr/lib/kde4/plugins/
Restart=always
RestartSec=2
StandardInput=tty
StandardError=journal
StandardOutput=journal
Nice=-5
[Install]
WantedBy=graphical.target
Alias=display-manager.service