From 5e83a094476f28eb77508c8b470efe3dfd56de83 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Fri, 9 Jan 2026 17:34:31 -0500 Subject: some big changes --- quickshell/dot-config/systemd/user/quickshell.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 quickshell/dot-config/systemd/user/quickshell.service (limited to 'quickshell/dot-config/systemd/user') diff --git a/quickshell/dot-config/systemd/user/quickshell.service b/quickshell/dot-config/systemd/user/quickshell.service new file mode 100644 index 0000000..b174440 --- /dev/null +++ b/quickshell/dot-config/systemd/user/quickshell.service @@ -0,0 +1,12 @@ +[Unit] +Description=QuickShell for the bar +PartOf=graphical-session.target +After=graphical-session.target + +[Service] +Type=exec +ExecStart=/usr/bin/qs +Restart=on-failure + +[Install] +WantedBy=graphical-session.target -- cgit v1.2.3-71-gdd5e