diff options
Diffstat (limited to 'home/xyz/.profile')
-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) |