mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(profile): Remove caps lock->esc binding as we are doing that in KDE
This commit is contained in:
@@ -48,9 +48,6 @@ if [ "$(uname -s)" = "Linux" ]; then
|
|||||||
# Needs upstream fix to work: https://bugs.kde.org/show_bug.cgi?id=415770
|
# 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 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"
|
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
|
fi
|
||||||
|
|
||||||
export QT_PLUGIN_PATH="$HOME/local/lib/qt/plugins/:"
|
export QT_PLUGIN_PATH="$HOME/local/lib/qt/plugins/:"
|
||||||
|
|||||||
Reference in New Issue
Block a user