From 382a82eba3071fb0eafcfe4b72afa9e8b546efb5 Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Thu, 19 Sep 2024 22:06:45 +0530 Subject: [PATCH] fix(profile): Remove caps lock->esc binding as we are doing that in KDE --- common/.profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/.profile b/common/.profile index dedbb62..db99b2c 100644 --- a/common/.profile +++ b/common/.profile @@ -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/:"