diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-26 05:56:30 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-26 05:56:30 -0700 |
commit | 42aab0aa5ac3c2c11cdf55d26e7158935f33a76c (patch) | |
tree | e161262933a5d95d9e9f34c27c4d73e444ba48cd /home | |
parent | 3569bfe08588fb23e23fab526d2619c3ed5b3a91 (diff) |
pp change SCR_WIDTH and SCR_HEIGHT
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index d6879514..9e551af8 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -64,8 +64,8 @@ export FZF_CTRL_T_COMMAND='find "$PWD" -mindepth 1 -path "*/\.git" -prune -o -pr #export FZF_CTRL_T_COMMAND="sudo find ~+ -path '*/\.git' -prune -o -print" export FZF_ALT_C_COMMAND="find . -mindepth 1 -path '*/\.git' -prune -o -type d -print" -export SCR_WIDTH=1920 -export SCR_HEIGHT=1080 +export SCR_WIDTH=1440 +export SCR_HEIGHT=720 # for clipmenu # set clipmenud to store clipboard only, don't store selection (primary) |