Olmazsa olmaz Xorg konfigürasyonlarınız

Merhaba, bu konuda olmazsa rahat edemem dediğiniz Xorg konfigürasyonlarınızı paylaşabilirsiniz.

Ben başlıyorum.

% tail -n +1 /usr/local/etc/X11/xorg.conf.d/*
==> /usr/local/etc/X11/xorg.conf.d/00-keyboard.conf <==
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,tr"
        Option "XkbOptions" "grp:shift_caps_toggle"
EndSection

==> /usr/local/etc/X11/xorg.conf.d/50-mouse-acceleration.conf <==
Section "InputClass"
        Identifier "My Mouse"
        MatchIsPointer "yes"
        Option "AccelerationProfile" "-1"
        Option "AccelerationScheme" "none"
        Option "AccelSpeed" "-1"
EndSection

Faremin hassasiyetini hızlandırılmasını sevmediğimden ve İngilizce ve Türkçe klavye düzenleri arasında geçiş yaptığımdan bu konfigürasyonlar benim olmazsa olmazım.

2 Likes

Hiç xorg ile uğraşmadım. Ne diyeyim?

2 Likes

Ben de fare ivmelendirmesi muhabettine uyuz oluyorum ya, sanki fare imlecim kendiliğinden hareket ediyor.

3 Likes
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

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

Kaynak: keyboard shortcuts - How to enable killing Xorg with Ctrl+Alt+Backspace - Unix & Linux Stack Exchange

1 Like