Commit b2152869eebaa43dcd9a10fc62596cdc86257ca1

Thomas de Grivel 2021-02-14T10:28:08

xinitrc

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/.xinitrc b/.xinitrc
new file mode 100755
index 0000000..9f99fd4
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,8 @@
+#!/bin/sh
+export LC_ALL=en_US.UTF-8
+xset b off
+xsetroot -solid '#92F'
+xrdb -merge .Xdefaults
+xterm&
+while sleep 1; do ~/bin/status; done &
+exec /usr/local/bin/dwm