diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-13 00:36:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-13 00:36:28 -0700 |
commit | 4134757d5ef6470edee1165f3c3f5c8ac251b4d0 (patch) | |
tree | 5b0132f230b2d36a9aa5fe1e95875562bc891130 /.bash_profile | |
parent | 78ddb6b8a5e8fbf400706cf60b9f1a47056587a1 (diff) |
screen width and height env var, refactor
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |