aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2025-01-06 17:31:01 +0100
committerDavid Runge <dave@sleepmap.de>2025-01-06 17:31:01 +0100
commitc1717fdf101846c2aaf65ca44ff5647fde9001d6 (patch)
tree322fab3382135785836d6edec474a65750e25003 /.config
parent1fea9b0192c1a4d0ea07d5826c846f44395ef85a (diff)
downloaddotfiles-c1717fdf101846c2aaf65ca44ff5647fde9001d6.tar.gz
dotfiles-c1717fdf101846c2aaf65ca44ff5647fde9001d6.tar.bz2
dotfiles-c1717fdf101846c2aaf65ca44ff5647fde9001d6.tar.xz
dotfiles-c1717fdf101846c2aaf65ca44ff5647fde9001d6.zip
feat(sway): Add default systemd user sessions to start
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config')
l---------.config/systemd/user/sway-session.target.wants/mako.service1
l---------.config/systemd/user/sway-session.target.wants/nextcloud.service1
l---------.config/systemd/user/sway-session.target.wants/plasma-polkit-agent.service1
l---------.config/systemd/user/sway-session.target.wants/swaybg.service1
l---------.config/systemd/user/sway-session.target.wants/swayidle.service1
l---------.config/systemd/user/sway-session.target.wants/waybar.service1
6 files changed, 6 insertions, 0 deletions
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