diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
commit | 82c8e73151f7b7f6aa2d5eb06e407393bf025591 (patch) | |
tree | 1d0280b7a3e9d479706733c872bd0eb140aaff40 /.config/xorg.conf | |
parent | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (diff) |
change tmux way of opening projects, also startdwm for void
Diffstat (limited to '.config/xorg.conf')
-rw-r--r-- | .config/xorg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/xorg.conf b/.config/xorg.conf index f316b2e..00290e2 100644 --- a/.config/xorg.conf +++ b/.config/xorg.conf @@ -8,7 +8,7 @@ EndSection Section "InputClass" Identifier "libinput pointer catchall" - MatchIsPointer "true" + MatchIsPointer "true" Driver "libinput" Option "AccelProfile" "flat" EndSection |