diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-31 12:55:02 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-31 12:55:02 +0100 |
commit | eec5bbeb9f760360c8e5ac7be25e66f2c3ec4763 (patch) | |
tree | b5e9760ebb2929228a6335a453c10040a8b4dd28 /i3 | |
parent | adf4f47a273c887b7822489c8fba27db3fb4810f (diff) | |
download | dotnvim-eec5bbeb9f760360c8e5ac7be25e66f2c3ec4763.tar.gz dotnvim-eec5bbeb9f760360c8e5ac7be25e66f2c3ec4763.zip |
These aren't necesary
My keyboard has home / end accesible via fn key.
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |