From 4134757d5ef6470edee1165f3c3f5c8ac251b4d0 Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 13 Aug 2021 00:36:28 -0700 Subject: screen width and height env var, refactor --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index f4d3fa94..54538100 100644 --- a/.bash_profile +++ b/.bash_profile @@ -41,6 +41,9 @@ export FZF_ALT_C_COMMAND="sudo find . -path '*/\.git' -prune -o -type d -print" #export CM_OWN_CLIPBOARD=1 #export CM_MAX_CLIPS=8 +export SCRWIDTH=1600 +export SCRHEIGHT=900 + # startx when login, should be put after environmental variables for .xinitrc to use if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then exec startx -- cgit v1.2.3-70-g09d2