summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2021-02-01 10:46:17 +0000
committerUrbain Vaes <urbain@vaes.uk>2021-02-01 10:46:17 +0000
commitc3d26cf7c146b153de1d845e1875c37d305beb42 (patch)
tree078e667deddf8d8a6ae3525343af50f1c700c8c5
parent7ed9e3d4e33bed4b2edf23da7f812bd72e08bac8 (diff)
Fix issue with CapsLock
-rw-r--r--.mrconfig5
-rwxr-xr-xbin/.local/bin/keyboard1
2 files changed, 6 insertions, 0 deletions
diff --git a/.mrconfig b/.mrconfig
index f88dd35..5f6d832 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -32,3 +32,8 @@ push = git push origin master
checkout = git clone 'git@github.com:urbainvaes/nvim-i3scratchpad.git'
update = git pull origin master
push = git push origin master
+
+[$HOME/dotfiles/plugins/urbainvaes]
+checkout = git clone 'git@github.com:urbainvaes/urbainvaes.git'
+update = git pull origin main
+push = git push origin main
diff --git a/bin/.local/bin/keyboard b/bin/.local/bin/keyboard
index 59a9ee0..1fa0375 100755
--- a/bin/.local/bin/keyboard
+++ b/bin/.local/bin/keyboard
@@ -54,6 +54,7 @@ xcape -e 'Super_L=space'
# Make eject and Home an Insert
xmodmap -e "keysym XF86Eject = Insert"
xmodmap -e "keysym Home = Insert"
+xmodmap -e "keysym End = Caps_Lock"
# Numbers
xmodmap -e "keysym d = d D 0"