From 9b9884e715aebcd85bfcada8333d9309d3b54ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 20 Oct 2021 23:51:46 +0200 Subject: xinitrc: Keep running after Emacs If you use Option "XkbOptions" "terminate:ctrl_alt_bksp" then you can hit Ctrl-Alt-Backspace to manually terminate X. --- .xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index f3d2af7..74afae9 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,2 +1,3 @@ xsetroot -cursor_name left_ptr -exec emacs +emacs +while true; do sleep 3600; done -- cgit v1.2.3