From bfba3fdf9d97765ab8169317c8a48b1a7824b248 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 7 Jun 2022 15:39:41 -0500 Subject: [PATCH] Maybe in another life Just wasn't for me --- install | 2 -- xmodmap/.Xmodmap | 6 ------ xmodmap/.xinitrc | 1 - 3 files changed, 9 deletions(-) delete mode 100644 xmodmap/.Xmodmap delete mode 100644 xmodmap/.xinitrc 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