diff options
author | Julian T <julian@jtle.dk> | 2023-09-23 12:15:48 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-09-23 12:18:28 +0200 |
commit | f5a1f9e0dd92c645b39473376a2b9311a0f203cd (patch) | |
tree | 1737aefc3c5b7ef0fcfb418bb30797258ca27004 | |
parent | 0e9840e0b734217ff5e5621a1e27553ebabc43fb (diff) |
dwm setup
-rwxr-xr-x[-rw-r--r--] | dwm/.launchxvm | 1 | ||||
-rw-r--r-- | xinitrc_sample | 8 |
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 |