You are not logged in.
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"
EndSectionPlease 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
Option "XkbOptions" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp"Offline
Thanks!
Offline
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