From 188c64b591f6341844f4bc6906e8cc9b23ad3b14 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 24 Dec 2022 16:18:54 -0500 Subject: Switch to EXWM It's great to be back home again. :-) --- .xinitrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 .xinitrc (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc new file mode 100755 index 0000000..a888a36 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,12 @@ +# -*- mode: sh; sh-shell: sh -*- + +#if [ -f "$HOME/.profile" ]; then +# . "$HOME/.profile"; +#fi + +if [ -f "$HOME/.local/bin/startup-progs" ]; then + . "$HOME/.local/bin/startup-progs" +fi + +# LC_ALL=C twm & +[ -x "$(command -v emacs)" ] && exec ssh-agent emacs -ib 0 -- cgit v1.2.3-60-g2f50