summaryrefslogtreecommitdiff
path: root/xinit/.config
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2026-01-10 12:50:30 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2026-01-10 12:50:30 +0000
commit0204feb86f109a3c769e2d4ec7ac66d96e29c896 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /xinit/.config
parent5d631bd3ad7f78e8ca69d7001cada582fcd8d18f (diff)
Remove everything
Diffstat (limited to 'xinit/.config')
-rw-r--r--xinit/.config/xinitrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/xinit/.config/xinitrc b/xinit/.config/xinitrc
deleted file mode 100644
index ec388f3..0000000
--- a/xinit/.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
-