summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-08 11:08:25 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-08 12:07:32 +0200
commit776a597a6fe4de5fc036d1eb89425a90490d5d72 (patch)
treec3de0555dd065da7b300f2d905ab95279229fd6a /.bashrc
parent14e64e97597ad172c565b5a2bc51ade412a79eef (diff)
bash: Try to make xcompose work better with GTK/QT
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4387d9d..b5c0070 100644
--- a/.bashrc
+++ b/.bashrc
@@ -86,10 +86,13 @@ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
export PATH="$HOME/.local/bin:$HOME/.local/sbin:/opt/odin:$GOROOT/bin:$GOPATH/bin:$XDG_DATA_HOME/npm/bin:$PATH"
export CLANGD_FLAGS='-header-insertion=never'
+export GDK_BACKEND=x11
export GPG_TTY=`tty`
+export GTK_IM_MODULE=xim
export HISTSIZE=100000
export LESS='-RF'
export PRINTER='HP_OfficeJet_8010'
+export QT_IM_MODULE=xim
export VAULT_2FA='2 Factor Authentication'
alias ..='cd ..'