dots

git clone git://mattcarlson.org/repos/dots.git
Log | Files | Refs

commit 63f0abb39e1b97e777d6dd9600282a2cccf4d224
parent 431e1cbfdf532e2bd8fb2bd040a4541cc65dfc13
Author: Matthew Carlson <matt@mattcarlson.org>
Date:   Wed, 28 Dec 2022 03:12:19 -0500

remove outdated vm arg and change monitor

(cherry picked from commit b6742d013a232e60dfe9ad99230196138d6b3c96)

Diffstat:
M.config/sh/aliasrc | 1-
M.config/x/xprofile | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.config/sh/aliasrc b/.config/sh/aliasrc @@ -41,7 +41,6 @@ if uname -s | grep -i 'linux' >/dev/null 2>&1; then -net nic \ -net user,hostfwd=tcp::10022-:22 \ -smp $(nproc) \ - -soundhw all \ -usb \ -vga std' diff --git a/.config/x/xprofile b/.config/x/xprofile @@ -2,7 +2,7 @@ # # xprofile -xrandr --output "${MONITOR}" --mode 1920x1080 --rate 144 --brightness 0.5 +xrandr --output "${MONITOR}" --mode 1920x1080 --rate 144 --brightness 0.33 "${HOME}/.local/bin/color.sh" -s # picom is compositor; touch blank config file to make picom like xcompmgr xrdb "${XDG_CONFIG_HOME:-${HOME}/.config/}/x/xresources" "${HOME}/.local/bin/lock.sh" &