fix(profile): Remove caps lock->esc binding as we are doing that in KDE

This commit is contained in:
Pratik Tripathy
2024-09-19 22:06:45 +05:30
parent d2c521cca4
commit 382a82eba3

View File

@@ -48,9 +48,6 @@ if [ "$(uname -s)" = "Linux" ]; then
# Needs upstream fix to work: https://bugs.kde.org/show_bug.cgi?id=415770
export GTK2_RC_FILES="${XDG_CONFIG_HOME}/gtk-2.0/gtkrc":"${XDG_CONFIG_HOME}/gtk-2.0/gtkrc.mine"
export CUDA_CACHE_PATH="XDG_CACHE_HOME/nv"
# Map caps-lock to escape TIP: also added to /etc/profile
command -v setxkbmap >/dev/null && setxkbmap -option caps:escape
fi
export QT_PLUGIN_PATH="$HOME/local/lib/qt/plugins/:"