aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SystemdGraphicalSession/blackbox.service13
-rw-r--r--SystemdGraphicalSession/icewm.service13
2 files changed, 26 insertions, 0 deletions
diff --git a/SystemdGraphicalSession/blackbox.service b/SystemdGraphicalSession/blackbox.service
new file mode 100644
index 0000000..8aa149e
--- /dev/null
+++ b/SystemdGraphicalSession/blackbox.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=X Window Manager
+After=graphical-session-pre.target
+PartOf=graphical-session.target
+Documentation=man:blackbox(1)
+
+[Service]
+Slice=session.slice
+Type=simple
+ExecStart=/usr/bin/blackbox
+
+[Install]
+Alias=window-manager.service
diff --git a/SystemdGraphicalSession/icewm.service b/SystemdGraphicalSession/icewm.service
new file mode 100644
index 0000000..9134c27
--- /dev/null
+++ b/SystemdGraphicalSession/icewm.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=X Window Manager
+After=graphical-session-pre.target
+PartOf=graphical-session.target
+Documentation=man:icewm(1)
+
+[Service]
+Slice=session.slice
+Type=simple
+ExecStart=/usr/bin/icewm
+
+[Install]
+Alias=window-manager.service