index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-09-26 23:19:13 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-09-26 23:19:13 +0200 |
commit | f98bb491fd3920c311a84ca03fd33154e1f6e1f1 (patch) | |
tree | 0b69dedb4937b4085f6eee10f454c69f3308301a /deployments/applications/gnome.json | |
parent | 68a2b29ba2bf24bba64804787a649595cbb18a4a (diff) |
-rw-r--r-- | deployments/applications/gnome.json | 6 |
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, +} |