From eec5bbeb9f760360c8e5ac7be25e66f2c3ec4763 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 31 Jul 2023 12:55:02 +0100 Subject: These aren't necesary My keyboard has home / end accesible via fn key. --- i3/config | 7 ------- 1 file changed, 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 -- cgit v1.2.3