From 8c9659e11777e97f12cb6fc54644124f50019a91 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Thu, 26 Jan 2017 08:07:03 +0000 Subject: [PATCH] Add xmodmap to zshrc --- zsh/zshrc.symlink | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 2efca1b..5652113 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -229,3 +229,6 @@ setopt hist_lex_words alias pbcopy='xclip -selection clipboard' alias pbpaste='xclip -selection clipboard -o' + +# Because this just doesn't work in GNOME +xmodmap $HOME/.xmodmap