diff options
author | Julian T <julian@jtle.dk> | 2023-09-22 22:16:55 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-09-23 12:17:43 +0200 |
commit | 0e9840e0b734217ff5e5621a1e27553ebabc43fb (patch) | |
tree | ebf42aae8bbde018f75cc7186b6913ae0f82de15 /bspwm | |
parent | 85080ac87cc5bc535308147f973e4e73a77c2a4e (diff) |
Dwm and other window managers
Diffstat (limited to 'bspwm')
-rw-r--r-- | bspwm/.xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bspwm/.xinitrc b/bspwm/.xinitrc index 2ba97e7..5623a4b 100644 --- a/bspwm/.xinitrc +++ b/bspwm/.xinitrc @@ -5,5 +5,5 @@ export WALLCONFIG="$HOME/Pictures/rand/walls/config.yaml" source ~/.xprofile source ~/Scripts/xlaunchrc -sxhkd & -exec bspwm +# sxhkd & +exec xmonad 2>&1 | tee /tmp/vm.log |