summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"