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

@ -107,9 +107,6 @@ dotfiles:
f_nightly-reboot.timer:
src: etc/systemd/system/nightly-reboot.timer
dst: /etc/systemd/system/nightly-reboot.timer
f_sway@.service:
src: etc/systemd/system/sway@.service
dst: /etc/systemd/system/sway@.service
profiles:
Locale:
dotfiles:
@ -142,7 +139,6 @@ profiles:
- f_99-lowbat.rules
- f_ignore
- f_zsh.hook
- f_sway@.service
include:
- Locale
- Pacman

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