export TERM=st-256color
export TERMINAL=st 

export GOPATH=$HOME/.config/go

export CM_SELECTIONS="clipboard"
export CM_DEBUG=1
export CM_OUTPUT_CLIP=0
export CM_MAX_CLIPS=10
# REGEX. For example, "Bitwarden|Chromium"
export CM_IGNORE_WINDOW="Bitwarden" 

export _JAVA_AWT_WM_NONREPARENTING=1
export PAGER='nvimpager -p'
#export PAGER='vimpager'

export R_HOME_USER=$HOME/.config/R
export R_PROFILE_USER=$HOME/.config/R/.Rprofile
export R_LIBS_USER=$HOME/.config/R/library
export R_HISTFILE=$HOME/.config/R/.Rhistory

export QT_QPA_PLATFORMTHEME=gtk2