aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-31 12:55:02 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-31 12:55:02 +0100
commiteec5bbeb9f760360c8e5ac7be25e66f2c3ec4763 (patch)
treeb5e9760ebb2929228a6335a453c10040a8b4dd28
parentadf4f47a273c887b7822489c8fba27db3fb4810f (diff)
downloaddotnvim-eec5bbeb9f760360c8e5ac7be25e66f2c3ec4763.tar.gz
dotnvim-eec5bbeb9f760360c8e5ac7be25e66f2c3ec4763.zip
These aren't necesary
My keyboard has home / end accesible via fn key.
-rw-r--r--i3/config7
1 files changed, 0 insertions, 7 deletions
diff --git a/i3/config b/i3/config
index 0f3e5aa..997159f 100644
--- a/i3/config
+++ b/i3/config
@@ -13,13 +13,6 @@ exec --no-startup-id /usr/bin/compton -b
# Keyboard layout.
exec_always --no-startup-id setxkbmap -model pc105 -layout gb -variant extd
-# Right CTL to be mode switch
-exec_always --no-startup-id xmodmap -e "keycode 105 = Mode_switch"
-exec_always --no-startup-id xmodmap -e "keycode 113 = Left NoSymbol Home"
-exec_always --no-startup-id xmodmap -e "keycode 114 = Right NoSymbol End"
-exec_always --no-startup-id xmodmap -e "keycode 111 = Up NoSymbol Prior"
-exec_always --no-startup-id xmodmap -e "keycode 116 = Down NoSymbol Next"
-
# Auto-placement of these.
assign [class="^Navigator.firefox$"] 1
assign [class="^Mail.thunderbird$"] 2