From 0b22d4b86889aef4cf2a3d1776ba040e49387886 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 11 Jan 2020 18:52:22 +0200 Subject: [PATCH] Removed old sway service Signed-off-by: Marko Korhonen --- config-root.yaml | 4 ---- root/etc/systemd/system/sway@.service | 25 ------------------------- 2 files changed, 29 deletions(-) delete mode 100644 root/etc/systemd/system/sway@.service diff --git a/config-root.yaml b/config-root.yaml index d36a2a5..bcc31de 100644 --- a/config-root.yaml +++ b/config-root.yaml @@ -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 diff --git a/root/etc/systemd/system/sway@.service b/root/etc/systemd/system/sway@.service deleted file mode 100644 index 01a5976..0000000 --- a/root/etc/systemd/system/sway@.service +++ /dev/null @@ -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