diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-29 23:01:09 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-29 23:01:09 +0000 |
| commit | d0f3a64ada96f1b442b0e1581d3eed0b46d59fa1 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /.config/xinitrc | |
| parent | 944325300410705476734215653895aa8ccc9a99 (diff) | |
Begin move to using stow
Diffstat (limited to '.config/xinitrc')
| -rw-r--r-- | .config/xinitrc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/xinitrc b/.config/xinitrc deleted file mode 100644 index ec388f3..0000000 --- a/.config/xinitrc +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 - |
