diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-15 18:08:22 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-15 18:08:22 -0700 |
commit | b034b19601b296ab3ade7f3ab1c6f1fd301f0540 (patch) | |
tree | 74dddb34869783c490810e441cbe442138ba3519 /.profile | |
parent | a36dafde4979611fe8e4829e5c3e51d310ad80e9 (diff) |
refactor
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,8 +57,8 @@ export FZF_ALT_C_COMMAND="sudo find . -mindepth 1 -path '*/\.git' -prune -o -typ #export CM_OWN_CLIPBOARD=1 #export CM_MAX_CLIPS=8 -export SCRWIDTH=1600 -export SCRHEIGHT=900 +export SCR_WIDTH=1600 +export SCR_HEIGHT=900 # startx when login, should be put after environmental variables for .xinitrc to use if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then |