From c1717fdf101846c2aaf65ca44ff5647fde9001d6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 6 Jan 2025 17:31:01 +0100 Subject: feat(sway): Add default systemd user sessions to start Signed-off-by: David Runge --- .config/systemd/user/sway-session.target.wants/mako.service | 1 + .config/systemd/user/sway-session.target.wants/nextcloud.service | 1 + .../systemd/user/sway-session.target.wants/plasma-polkit-agent.service | 1 + .config/systemd/user/sway-session.target.wants/swaybg.service | 1 + .config/systemd/user/sway-session.target.wants/swayidle.service | 1 + .config/systemd/user/sway-session.target.wants/waybar.service | 1 + 6 files changed, 6 insertions(+) create mode 120000 .config/systemd/user/sway-session.target.wants/mako.service create mode 120000 .config/systemd/user/sway-session.target.wants/nextcloud.service create mode 120000 .config/systemd/user/sway-session.target.wants/plasma-polkit-agent.service create mode 120000 .config/systemd/user/sway-session.target.wants/swaybg.service create mode 120000 .config/systemd/user/sway-session.target.wants/swayidle.service create mode 120000 .config/systemd/user/sway-session.target.wants/waybar.service (limited to '.config/systemd') diff --git a/.config/systemd/user/sway-session.target.wants/mako.service b/.config/systemd/user/sway-session.target.wants/mako.service new file mode 120000 index 0000000..e445bda --- /dev/null +++ b/.config/systemd/user/sway-session.target.wants/mako.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/mako.service \ No newline at end of file diff --git a/.config/systemd/user/sway-session.target.wants/nextcloud.service b/.config/systemd/user/sway-session.target.wants/nextcloud.service new file mode 120000 index 0000000..cd31ecd --- /dev/null +++ b/.config/systemd/user/sway-session.target.wants/nextcloud.service @@ -0,0 +1 @@ +../nextcloud.service \ No newline at end of file diff --git a/.config/systemd/user/sway-session.target.wants/plasma-polkit-agent.service b/.config/systemd/user/sway-session.target.wants/plasma-polkit-agent.service new file mode 120000 index 0000000..8a9097b --- /dev/null +++ b/.config/systemd/user/sway-session.target.wants/plasma-polkit-agent.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/plasma-polkit-agent.service \ No newline at end of file diff --git a/.config/systemd/user/sway-session.target.wants/swaybg.service b/.config/systemd/user/sway-session.target.wants/swaybg.service new file mode 120000 index 0000000..500e65f --- /dev/null +++ b/.config/systemd/user/sway-session.target.wants/swaybg.service @@ -0,0 +1 @@ +../swaybg.service \ No newline at end of file diff --git a/.config/systemd/user/sway-session.target.wants/swayidle.service b/.config/systemd/user/sway-session.target.wants/swayidle.service new file mode 120000 index 0000000..cf3fe09 --- /dev/null +++ b/.config/systemd/user/sway-session.target.wants/swayidle.service @@ -0,0 +1 @@ +../swayidle.service \ No newline at end of file diff --git a/.config/systemd/user/sway-session.target.wants/waybar.service b/.config/systemd/user/sway-session.target.wants/waybar.service new file mode 120000 index 0000000..ef277f8 --- /dev/null +++ b/.config/systemd/user/sway-session.target.wants/waybar.service @@ -0,0 +1 @@ +/home/dave/.config/systemd/user/waybar.service \ No newline at end of file -- cgit v1.2.3-70-g09d2