diff --git a/install b/install index 6c04c93..1cc36c0 100755 --- a/install +++ b/install @@ -27,8 +27,6 @@ stow git screen vim zsh if [[ `uname` == Darwin ]]; then stow macos -else - stow xmodmap fi cd "$HOME" || exit diff --git a/xmodmap/.Xmodmap b/xmodmap/.Xmodmap deleted file mode 100644 index dcd14aa..0000000 --- a/xmodmap/.Xmodmap +++ /dev/null @@ -1,6 +0,0 @@ -! Set Caps Lock to Hyper -remove mod4 = Hyper_L -add mod3 = Hyper_L -clear lock -keysym Caps_Lock = Hyper_L -add lock = Caps_Lock diff --git a/xmodmap/.xinitrc b/xmodmap/.xinitrc deleted file mode 100644 index af7ea1c..0000000 --- a/xmodmap/.xinitrc +++ /dev/null @@ -1 +0,0 @@ -[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap