diff options
| author | pryazha <pryadeiniv@mail.ru> | 2025-10-12 15:22:37 +0500 |
|---|---|---|
| committer | pryazha <pryadeiniv@mail.ru> | 2025-10-12 15:22:37 +0500 |
| commit | ea0c73a9bad27262518d08139f312fc750c7167a (patch) | |
| tree | 488f35259152d3874efb266523f4941831134dd7 /.config/xorg.conf | |
| parent | 2789e7aef1a2b44188b35d90c9ea87d594877d77 (diff) | |
using xterm with Xresources now, also trying to immplement mklinks
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" |
