From 8e6152877ab6f2ad9bf89c4b8d4978dfc48047d7 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 6 Sep 2021 15:21:01 +0200 Subject: [PATCH] Add Xmodmap --- files/.profile | 3 +++ 1 file changed, 3 insertions(+) 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