diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-18 01:30:55 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-18 01:30:55 -0700 |
commit | f3edcde35b14ee135776b5af58070b844ecc8569 (patch) | |
tree | 8597ab0919b053d7f91cc47fb8eb877f21cfacee /home/xyz/.profile | |
parent | bc826c89bac71b357be10017e2882252f23ef79e (diff) |
switch to new computer
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index fff55260..556e4ecf 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -50,6 +50,9 @@ export DOTREMINDERS="$HOME/programs/reminders/.reminders" export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx +#export LIBVA_DRIVER_NAME=vdpau +export LIBVA_DRIVER_NAME=nvidia +export VDPAU_DRIVER=nvidia # use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/ #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" #export FZF_CTRL_T_COMMAND="fd --absolute-path --no-ignore --hidden --exclude .git" @@ -63,8 +66,8 @@ export FZF_CTRL_T_COMMAND='sudo find "$PWD" -mindepth 1 -path "*/\.git" -prune - #export FZF_CTRL_T_COMMAND="sudo find ~+ -path '*/\.git' -prune -o -print" export FZF_ALT_C_COMMAND="sudo find . -mindepth 1 -path '*/\.git' -prune -o -type d -print" -export SCR_WIDTH=1600 -export SCR_HEIGHT=900 +export SCR_WIDTH=1920 +export SCR_HEIGHT=1080 # for clipmenu # set clipmenud to store clipboard only, don't store selection (primary) |