From adf4f47a273c887b7822489c8fba27db3fb4810f Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 25 Jul 2023 20:54:40 +0100 Subject: Tweaks for the keyboard layout --- i3/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i3/config b/i3/config index 997159f..0f3e5aa 100644 --- a/i3/config +++ b/i3/config @@ -13,6 +13,13 @@ 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 -- cgit v1.2.3