diff --git a/config/modprobe.d/i2c_i801-blacklist.conf b/config/modprobe.d/i2c_i801-blacklist.conf deleted file mode 100644 index 70f1f9b..0000000 --- a/config/modprobe.d/i2c_i801-blacklist.conf +++ /dev/null @@ -1 +0,0 @@ -blacklist i2c_i801 diff --git a/config/sway-service.desktop b/config/sway-service.desktop deleted file mode 100644 index 63f18af..0000000 --- a/config/sway-service.desktop +++ /dev/null @@ -1,6 +0,0 @@ -# /usr/share/wayland-sessions/sway-service.desktop -[Desktop Entry] -Name=Sway Service -Comment=i3-compatible Wayland compositor as a systemd service -Exec=sway-service.sh -Type=Application diff --git a/config/systemd/sway-session.target b/config/systemd/sway-session.target deleted file mode 100644 index 87fe41d..0000000 --- a/config/systemd/sway-session.target +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=sway compositor session -Documentation=man:systemd.special(7) -BindsTo=graphical-session.target wayland-session.target -Wants=graphical-session-pre.target -After=graphical-session-pre.target diff --git a/config/systemd/wayland-session.target b/config/systemd/wayland-session.target deleted file mode 100644 index d0b2888..0000000 --- a/config/systemd/wayland-session.target +++ /dev/null @@ -1,16 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1+ -# -# This file is inspired from systemd's `graphical-session.target` -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Current wayland user session -Documentation=man:systemd.special(7) -Requires=basic.target -RefuseManualStart=yes -StopWhenUnneeded=yes -BindsTo=graphical-session.target diff --git a/x13-gen1-sway-desktop.yaml b/x13-gen1-sway-desktop.yaml index 7fa366c..bd9e0c4 100644 --- a/x13-gen1-sway-desktop.yaml +++ b/x13-gen1-sway-desktop.yaml @@ -350,10 +350,6 @@ add-files: - ["config/systemd/nm-applet.service", "/etc/systemd/user/nm-applet.service"] - ["config/systemd/swayidle.service", "/etc/systemd/user/swayidle.service"] - ["config/systemd/swaylock.service", "/etc/systemd/user/swaylock.service"] - - ["config/systemd/sway-session.target", "/etc/systemd/user/sway-session.target"] - - ["config/systemd/wayland-session.target", "/etc/systemd/user/wayland-session.target"] - - ["config/sway-service.desktop", "/usr/share/wayland-sessions/sway-service.desktop"] - - ["config/modprobe.d/i2c_i801-blacklist.conf", "/etc/modprobe.d/i2c_i801-blacklist.conf"] - ["config/environment.d/wayland.conf", "/etc/environment.d/wayland.conf"] - ["config/greetd/config.toml", "/etc/greetd/config.toml"] - ["config/sway/config", "/etc/sway/config"]