diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-26 16:22:31 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-26 16:22:31 -0700 |
commit | 33c330bd31b9bf74cfab3a4db37f5c95176f84ef (patch) | |
tree | e86f2393ed3ab0ea9ac7d04a49778051ad38d104 /home/xyz/.profile | |
parent | 992e5a60b61b53c1df4b7573250d501ca4b61515 (diff) |
delete some maybe useless gpu driver env
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 556e4ecf..d5ed39b7 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -50,9 +50,6 @@ 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" |