diff --git a/files/.profile b/files/.profile index eacc09a..5ad42b6 100755 --- a/files/.profile +++ b/files/.profile @@ -2,6 +2,9 @@ # set xresources xrdb -merge $HOME/.Xresources +if [ -f $HOME/.Xmodmap ]; then + xmodmap $HOME/.Xmodmap +fi # path export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin