summaryrefslogtreecommitdiff
path: root/.config/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/xinitrc')
-rw-r--r--.config/xinitrc10
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
-