diff --git a/dotfiles/other/etc/X11/xorg.conf.d/00-keyboard.conf b/dotfiles/other/etc/X11/xorg.conf.d/00-keyboard.conf index c7cc04e..2407d78 100644 --- a/dotfiles/other/etc/X11/xorg.conf.d/00-keyboard.conf +++ b/dotfiles/other/etc/X11/xorg.conf.d/00-keyboard.conf @@ -1,13 +1,7 @@ Section "InputClass" - Identifier "Keyboard0" + Identifier "Keyboard0" MatchIsKeyboard "on" Option "XkbLayout" "us" Option "XkbModel" "pc105" Option "XkbVariant" "intl-unicode" EndSection - -# Config created by Nvidia... -# Section "InputDevice" -# Identifier "Keyboard0" -# Driver "kbd" -# EndSection diff --git a/dotfiles/other/etc/X11/xorg.conf.d/01-mouse.conf b/dotfiles/other/etc/X11/xorg.conf.d/01-mouse.conf deleted file mode 100644 index bea5ad5..0000000 --- a/dotfiles/other/etc/X11/xorg.conf.d/01-mouse.conf +++ /dev/null @@ -1,10 +0,0 @@ -# Config by Nvidia. I dont think I need it because of piper... -# Section "InputDevice" -# Identifier "Mouse0" -# Driver "mouse" -# Option "Protocol" "auto" -# Option "Device" "/dev/psaux" -# Option "Emulate3Buttons" "no" -# Option "ZAxisMapping" "4 5" -# EndSection - diff --git a/dotfiles/other/etc/X11/xorg.conf.d/10-monitor.conf b/dotfiles/other/etc/X11/xorg.conf.d/10-monitor.conf index e06db43..6db0858 100644 --- a/dotfiles/other/etc/X11/xorg.conf.d/10-monitor.conf +++ b/dotfiles/other/etc/X11/xorg.conf.d/10-monitor.conf @@ -1,20 +1,11 @@ Section "Monitor" - Identifier "DVI" - ModelName "LG Electronics MP59G" + Identifier "DVI" + ModelName "LG Electronics MP59G" HorizSync 30.0 - 85.0 VertRefresh 40.0 - 75.0 - #Option "Primary" "true" - Option "DPMS" + Option "DPMS" EndSection -#Section "Monitor" -# Identifier "HDMI-0" -# ModelName "LG Electronics M2380A" -# HorizSync 28.0 - 83.0 -# VertRefresh 48.0 - 61.0 -# Option "RightOf" "DVI-D-0" -#EndSection - Section "Screen" Identifier "Screen0" Device "Device0" diff --git a/dotfiles/other/etc/X11/xorg.conf.d/15-server.conf b/dotfiles/other/etc/X11/xorg.conf.d/15-server.conf index 2c10475..80e007e 100644 --- a/dotfiles/other/etc/X11/xorg.conf.d/15-server.conf +++ b/dotfiles/other/etc/X11/xorg.conf.d/15-server.conf @@ -1,10 +1,6 @@ Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 -# Screen 0 "Screen0" -# Screen 1 "Screen1" RightOf "Screen0" -# InputDevice "Keyboard0" "CoreKeyboard" -# InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection diff --git a/dotfiles/other/etc/X11/xorg.conf.d/5-device.conf b/dotfiles/other/etc/X11/xorg.conf.d/5-device.conf index 0916b70..b4a52be 100644 --- a/dotfiles/other/etc/X11/xorg.conf.d/5-device.conf +++ b/dotfiles/other/etc/X11/xorg.conf.d/5-device.conf @@ -3,6 +3,4 @@ Section "Device" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "NVIDIA GeForce GTX 1060 6GB" - #Option "Monitor-DVI-D-0" "DVI-D-0" - #Option "Monitor-HDMI-0" "HDMI-0" EndSection