diff options
Diffstat (limited to '.config/xorg.conf')
| -rw-r--r-- | .config/xorg.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/xorg.conf b/.config/xorg.conf index 00290e2..b481da8 100644 --- a/.config/xorg.conf +++ b/.config/xorg.conf @@ -9,13 +9,13 @@ EndSection Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "true" - Driver "libinput" - Option "AccelProfile" "flat" + Driver "libinput" + Option "AccelProfile" "flat" EndSection Section "Monitor" Identifier "eDP" - Option "Primary" "true" + Option "Primary" "true" EndSection Section "Monitor" |
