bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] faq/x-exit.mdwn: added an example xorg-ctrl-alt-backspace.co


From: Samuel Thibault
Subject: Re: [PATCH] faq/x-exit.mdwn: added an example xorg-ctrl-alt-backspace.conf file that shows users how to configure to kill X via C-M-DEL.
Date: Mon, 11 Sep 2023 20:41:41 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

jbranso@dismail.de, le lun. 11 sept. 2023 14:38:20 -0400, a ecrit:
> ---
>  faq/x-exit.mdwn | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/faq/x-exit.mdwn b/faq/x-exit.mdwn
> index 484aac13..5806cd11 100644
> --- a/faq/x-exit.mdwn
> +++ b/faq/x-exit.mdwn
> @@ -16,3 +16,12 @@ License|/fdl]]."]]"""]]
>  This is due to a missing implementation of a corner case of Posix signaling 
> for non-root processes to root processes.
>  
>  One can however use the usual ctrl-alt-backspace shortcut to kill the X 
> server.
> +
> +You just need to configure it via the file:
> +`/etc/X11/xorg.conf.d/xorg-ctrl-backspace.conf`
> +
> +     Section "InputDevice"
> +             Identifier "Generic KeyBoard"
> +             Driver "kbd"
> +             Option "XkbOptions" "terminate:ctrl_alt_bksp"
> +     EndSection
> -- 
> 2.40.1
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]