diff options
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) |