You are not logged in.

#1 2023-03-11 11:24:39

knarh
Member
Registered: 2023-03-11
Posts: 58

[SOLVED]X termination doesn't work (ctrl+alt+bksp)

Hello,
because killing X by going to another tty and command "kill -9" was kinda inconvenient, I explore man of Xorg and found "ctrl+alt+bksp" hotkey and have done as there was written  i.e.  modified config. But after that, X termination wouldn't work.
I disabled "DontZap" option but it didn't help either. But command:

setxkbmap -option "terminate:ctrl_alt_bksp"

worked.(I know that I can put it in xinitrc, and all be ok, but I think it's wrong to do that must be described in config by a program)

Here's my Xorg config:


#/etc/X11/xorg.conf.d/90-custom-kbd.conf
Section "InputClass"

        Identifier      "Keyboard Defaults"
        MatchIsKeyboard "yes"

        Option "XkbLayout" "us,cz"
        Option "XkbOptions" "grp:alt_shift_toggle"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"

EndSection

Please help me,
Thank you in advance

P.S. my English isn't well, If something isn't clear I will answer as soon as I can

Last edited by knarh (2023-03-11 14:07:00)

Offline

#2 2023-03-11 13:15:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,358

Re: [SOLVED]X termination doesn't work (ctrl+alt+bksp)

Option "XkbOptions" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp"

Offline

#3 2023-03-11 14:00:27

knarh
Member
Registered: 2023-03-11
Posts: 58

Re: [SOLVED]X termination doesn't work (ctrl+alt+bksp)

Thanks!

Offline

#4 2023-03-11 14:02:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,358

Re: [SOLVED]X termination doesn't work (ctrl+alt+bksp)

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB