summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-04-13 00:00:23 +0530
committerlistout <listout@protonmail.com>2021-04-13 00:00:23 +0530
commit4a7a14f9d035c4b238697b3b34e880878686331d (patch)
tree3e74edbaef6005797be115c80fac6baeaefdacfc /.xinitrc
parent9613f3244c50e0094e0ad0fa3441b4fd545b5685 (diff)
xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..e428a5a
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,5 @@
+xsetroot -cursor_name left_ptr
+xrdb ~/.Xresources &&
+dbus-launch --sh-syntax --exit-with-session bspwm
+
+# vim: set ft=sh: