diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 11:47:56 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 11:47:56 +0000 |
| commit | 5d631bd3ad7f78e8ca69d7001cada582fcd8d18f (patch) | |
| tree | 0e1e87fc8c75eea323b31fe8b67e76241210d3b2 /xinit/.config/xinitrc | |
| parent | 82cd5a7b072b4060c6f6ce519a904772dd5f2a0d (diff) | |
Diffstat (limited to 'xinit/.config/xinitrc')
| -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 + |
