summaryrefslogtreecommitdiff
path: root/.config/xorg.conf
blob: 00290e2b1c72954f351790b9ece0ea57d21779a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Section "InputClass"
	Identifier	"system-keyboard"
	MatchIsKeyboard	"true"
	Option	"XkbLayout"	"us,ru"
	Option	"XkbOptions"	"grp:lctrl_lwin_toggle,caps:ctrl_modifier"
	Option	"AutoRepeat"	"200 25"
EndSection

Section "InputClass"
	Identifier	"libinput pointer catchall"
	MatchIsPointer	"true"
	Driver	"libinput"
	Option	"AccelProfile"	"flat"
EndSection

Section "Monitor"
	Identifier	"eDP"
	Option	"Primary"	"true"
EndSection

Section "Monitor"
	Identifier	"HDMI-A-0"
	Option	"Above"	"eDP"
EndSection