aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-04-19 14:37:16 -0700
committerTrumeet <yuuta@yuuta.moe>2022-04-19 14:37:16 -0700
commit6a7537200b600952306733b65b03eb4cab988697 (patch)
treea62f4acd6305dda0181a37f798c3fe3e271da024
parent1ad46e7170eab42d01b7d50dbbbf6b0720dbb04a (diff)
downloadgists-6a7537200b600952306733b65b03eb4cab988697.tar
gists-6a7537200b600952306733b65b03eb4cab988697.tar.gz
gists-6a7537200b600952306733b65b03eb4cab988697.tar.bz2
gists-6a7537200b600952306733b65b03eb4cab988697.zip
Add blackbox.service icewm.service
-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