summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]dwm/.launchxvm1
-rw-r--r--xinitrc_sample8
2 files changed, 9 insertions, 0 deletions
diff --git a/dwm/.launchxvm b/dwm/.launchxvm
index 73171b3..1efa618 100644..100755
--- a/dwm/.launchxvm
+++ b/dwm/.launchxvm
@@ -1,2 +1,3 @@
+#!/usr/bin/env bash
exec ~/Scripts/dwmsession 2>&1 | tee /tmp/vm.log
diff --git a/xinitrc_sample b/xinitrc_sample
new file mode 100644
index 0000000..535287f
--- /dev/null
+++ b/xinitrc_sample
@@ -0,0 +1,8 @@
+
+export LOPTS="gnome-keyring jpinput"
+export WALLCONFIG="$HOME/Pictures/Rand/walls/config.yaml"
+# Launch other stuff
+source ~/.xprofile
+source ~/Scripts/xlaunchrc
+
+exec ~/.launchxvm