62
submitted 6 months ago* (last edited 6 months ago) by flork@lemy.lol to c/linux@lemmy.ml

I haven't been able to find one. Using Zorin OS which is GNOME.

you are viewing a single comment's thread
view the rest of the comments
[-] drwho@beehaw.org 5 points 6 months ago

It's turned off by default in a lot of distros these days but it can be turned back on. It used to be that editing /etc/X11/xorg.conf was recommended but because file inclusions are a thing these days, it makes more sense to create a new file /etc/X11/xorg.conf.d/enable-killing-xserver.conf:

Section "ServerFlags"
        Option "DontZap" "false"
EndSection

Section "InputClass"
        Identifier                       "Keyboard Defaults"
        MatchIsKeyboard        "yes"
        Option                           "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Then restart the X server (which, these days, is pretty much a reboot). Or, going through the x.org documentation archives, it looks like you could dispense with the config files and run setxkbmap -option "terminate:ctrl_alt_bksp" in a terminal session and that'll do the same thing.

this post was submitted on 12 Mar 2024
62 points (95.6% liked)

Linux

47355 readers
1025 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS