diff options
Diffstat (limited to 'xinit')
| -rw-r--r-- | xinit/.config/xinitrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xinit/.config/xinitrc b/xinit/.config/xinitrc new file mode 100644 index 0000000..ec388f3 --- /dev/null +++ b/xinit/.config/xinitrc @@ -0,0 +1,10 @@ +#!/bin/sh + +# xinitrc runs when you run starx + +# Source xprofile as that contains commands that need run whenever we startx. +# Commands are kept in xprofile as that will run automatically if a display manager is used when logging in. +. ~/.xprofile + +exec dwm + |
