dots

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

commit ee5cb2af7c13cff50d30e6f2826338bd6b8d85dd
parent 63f0abb39e1b97e777d6dd9600282a2cccf4d224
Author: Matthew Carlson <matt@mattcarlson.org>
Date:   Wed, 28 Dec 2022 03:25:57 -0500

change monitor variable

(cherry picked from commit 20e1fba5272524818f2806b1e3915395b198a051)

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

diff --git a/.config/sh/profile b/.config/sh/profile @@ -93,7 +93,7 @@ if [ -f "${hostname}" ]; then export MONITOR='DP3-2' elif [ "$(cat "${hostname}")" = 'pc' ]; then export HOSTNAME='pc' - export MONITOR='DisplayPort-1' + export MONITOR='DP-2' fi fi export PF_INFO='ascii title os host kernel uptime pkgs memory shell editor wm palette'