dotfiles

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

commit e1e8b069324c64418808c9bfc900df754a045ef8
parent 3fad003d65fe7465fff4515d37686ef188bcf112
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 13 Sep 2022 17:56:32 -0500

Modified X11 config

Diffstat:
M.config/X11/xprofile | 4+---
M.config/X11/xserverrc | 2+-
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.config/X11/xprofile b/.config/X11/xprofile @@ -1,12 +1,10 @@ xset r rate 1000 2 xset -b xset s 600 60 -dunst & -xss-lock -- i3lock -n & setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl +dunst & command -v picom >/dev/null 2>&1 && picom --experimental-backends --daemon -hsetroot -solid "#FFFFFF" # redshift & xcalib -o 0 /usr/share/xcalib/gamma_2_2_lowContrast.icc diff --git a/.config/X11/xserverrc b/.config/X11/xserverrc @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/bin/X -nolisten tcp "$@" -keeptty > ~/.Xorg.log 2>&1 +exec /usr/bin/X -nolisten tcp "$@" -keeptty >$XDG_RUNTIME_DIR/.X.out.log 2>$XDG_RUTIME_DIR/.X.err.log