Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/applications
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-09-26 23:19:13 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-09-26 23:19:13 +0200
commitf98bb491fd3920c311a84ca03fd33154e1f6e1f1 (patch)
tree0b69dedb4937b4085f6eee10f454c69f3308301a /deployments/applications
parent68a2b29ba2bf24bba64804787a649595cbb18a4a (diff)
Pushing placeholders for templates. (Working on these locally for a while)
Diffstat (limited to 'deployments/applications')
-rw-r--r--deployments/applications/gnome.json6
-rw-r--r--deployments/applications/kde.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/deployments/applications/gnome.json b/deployments/applications/gnome.json
new file mode 100644
index 00000000..4b568544
--- /dev/null
+++ b/deployments/applications/gnome.json
@@ -0,0 +1,6 @@
+{
+ "sed -i 's/^twm &/#&/' /etc/X11/xinit/xinitrc" : null,
+ "sed -i 's/^xclock/#&/' /etc/X11/xinit/xinitrc" : null,
+ "sed -i 's/^xterm/#&/' /etc/X11/xinit/xinitrc" : null,
+ "sed -i 's/^exec xterm/#&/' /etc/X11/xinit/xinitrc" : null,
+}
diff --git a/deployments/applications/kde.json b/deployments/applications/kde.json
new file mode 100644
index 00000000..4b568544
--- /dev/null
+++ b/deployments/applications/kde.json
@@ -0,0 +1,6 @@
+{
+ "sed -i 's/^twm &/#&/' /etc/X11/xinit/xinitrc" : null,
+ "sed -i 's/^xclock/#&/' /etc/X11/xinit/xinitrc" : null,
+ "sed -i 's/^xterm/#&/' /etc/X11/xinit/xinitrc" : null,
+ "sed -i 's/^exec xterm/#&/' /etc/X11/xinit/xinitrc" : null,
+}