aboutsummaryrefslogtreecommitdiff
path: root/profile/.xinitrc
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-26 18:25:11 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-04-26 18:25:11 +0000
commita13339e0e99118870498ecfdea22292c7e267eb2 (patch)
tree127c8a7b88ca6b5eddc7ec567122ec129c72799a /profile/.xinitrc
dotfiles with stow structure
Diffstat (limited to 'profile/.xinitrc')
-rw-r--r--profile/.xinitrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/profile/.xinitrc b/profile/.xinitrc
new file mode 100644
index 0000000..e80cb92
--- /dev/null
+++ b/profile/.xinitrc
@@ -0,0 +1,16 @@
+#!/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 i3