Advertisement
Guest User

cat xorg.conf.d/*.conf

a guest
May 26th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # Read and parsed by systemd-localed. It's probably wise not to edit this file
  2. # manually too freely.
  3. Section "InputClass"
  4. Identifier "system-keyboard"
  5. MatchIsKeyboard "on"
  6. Option "XkbLayout" "us"
  7. Option "XkbModel" "pc105"
  8. EndSection
  9. ##
  10. ## Generated by mhwd - Manjaro Hardware Detection
  11. ##
  12.  
  13.  
  14. Section "Device"
  15. Identifier "Device0"
  16. Driver "intel"
  17. BusID "PCI:0:2:0"
  18. Option "AccelMethod" "sna"
  19. Option "DRI" "true"
  20. EndSection
  21.  
  22.  
  23. Section "DRI"
  24. Group "video"
  25. Mode 0666
  26. EndSection
  27.  
  28.  
  29. Section "Extensions"
  30. Option "Composite" "Enable"
  31. Option "RENDER" "Enable"
  32. EndSection
  33.  
  34.  
  35. Section "InputClass"
  36. Identifier "Keyboard Defaults"
  37. MatchIsKeyboard "yes"
  38. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  39. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement