aboutsummaryrefslogtreecommitdiff
path: root/profile/.xinitrc
diff options
context:
space:
mode:
authorkdamani <kdamani@kdamani-art.hitronhub.home>2020-10-21 20:13:52 +0000
committerkdamani <kdamani@kdamani-art.hitronhub.home>2020-10-21 20:13:52 +0000
commit997d9f8ff9ba47aed509c77baa3183a67eaf9596 (patch)
tree520aa3d2b818338f212573ce88ede023215083f5 /profile/.xinitrc
parent5711e63def8c128b23903df8083ca4102f26e991 (diff)
updated dotfiles
Diffstat (limited to 'profile/.xinitrc')
-rw-r--r--profile/.xinitrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/profile/.xinitrc b/profile/.xinitrc
deleted file mode 100644
index b1814ca..0000000
--- a/profile/.xinitrc
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-#
-# ~/.xinitrc
-#
-# Executed by startx (run your window manager from here)
-
-if [ -d /etc/X11/xinit/xinitrc.d ]; then
- for f in /etc/X11/xinit/xinitrc.d/*; do
- [ -x "$f" ] && . "$f"
- done
- unset f
-fi
-
-
-#sxhkd & exec bspwm
-exec dwm &