dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit b3e4f107e6726f8f7f549949c538da77b6f7d092
parent f6460c03916a9c632b228a56a1cf43334f80351d
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 20 Sep 2022 16:13:02 -0500

fixed typo

Diffstat:
M.config/X11/xserverrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/X11/xserverrc b/.config/X11/xserverrc @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/bin/X -nolisten tcp "$@" -keeptty >$XDG_RUNTIME_DIR/.X.out.log 2>$XDG_RUTIME_DIR/.X.err.log +exec /usr/bin/X -nolisten tcp "$@" -keeptty >$XDG_RUNTIME_DIR/X.out.log 2>$XDG_RUNTIME_DIR/X.err.log