summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------etc/hosts/profile-kraftwerk2
l---------[-rw-r--r--]etc/hosts/profile-nemesis7
l---------etc/hosts/profile-remnant2
l---------etc/hosts/profile-saviour2
-rw-r--r--etc/startx6
5 files changed, 10 insertions, 9 deletions
diff --git a/etc/hosts/profile-kraftwerk b/etc/hosts/profile-kraftwerk
index 193e6be..1f23414 120000
--- a/etc/hosts/profile-kraftwerk
+++ b/etc/hosts/profile-kraftwerk
@@ -1 +1 @@
-profile-nemesis \ No newline at end of file
+../startx \ No newline at end of file
diff --git a/etc/hosts/profile-nemesis b/etc/hosts/profile-nemesis
index 751bd71..1f23414 100644..120000
--- a/etc/hosts/profile-nemesis
+++ b/etc/hosts/profile-nemesis
@@ -1,6 +1 @@
-## vim:ft=zsh
-if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] {
- touch /tmp/.afterboot
- unsetopt bg_nice
- startx &! exit
-}
+../startx \ No newline at end of file
diff --git a/etc/hosts/profile-remnant b/etc/hosts/profile-remnant
index 193e6be..1f23414 120000
--- a/etc/hosts/profile-remnant
+++ b/etc/hosts/profile-remnant
@@ -1 +1 @@
-profile-nemesis \ No newline at end of file
+../startx \ No newline at end of file
diff --git a/etc/hosts/profile-saviour b/etc/hosts/profile-saviour
index 193e6be..1f23414 120000
--- a/etc/hosts/profile-saviour
+++ b/etc/hosts/profile-saviour
@@ -1 +1 @@
-profile-nemesis \ No newline at end of file
+../startx \ No newline at end of file
diff --git a/etc/startx b/etc/startx
new file mode 100644
index 0000000..751bd71
--- /dev/null
+++ b/etc/startx
@@ -0,0 +1,6 @@
+## vim:ft=zsh
+if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] {
+ touch /tmp/.afterboot
+ unsetopt bg_nice
+ startx &! exit
+}