dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit f4e375fed53182e6d803268ca26474617b0f71a5
parent f8aeeeb9f2d2512e515f5a91e57b51239d823858
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 22 Apr 2020 09:49:02 -0700

Eliminate xkbdmap from .xinitrc

We do this in .i3/config, which is more convenient. On stock FreeBSD, it
appears to do nothing in .xinitrc (whether it's ignored or overwritten,
I'm not sure).

Diffstat:
M.xinitrc | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -1,13 +1,3 @@ -# Remap caps lock to ctrl. -if [[ -x "$(which setxkbmap)" ]]; then - setxkbmap -option ctrl:nocaps -fi - -# Set the context-menu key to Zenkaku/Hankaku. -if [[ -x "$(which xmodmap)" ]]; then - xmodmap -e "keysym Menu = Zenkaku_Hankaku" -fi - # Use ibus for Japanese IME. export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus