Few more FreeBSD fixes to dotfiles

This commit is contained in:
Colin Powell
2020-01-27 01:03:45 -05:00
parent adc472661f
commit bfbb3b2027
6 changed files with 21 additions and 6 deletions

View File

@ -1,2 +1,12 @@
SETXKBMAP -option caps:escape &
setxkbmap -option compose:menu &
export XDG_RUNTIME_DIR=/tmp
if [ ! -d "$XDG_RUNTIME_DIR" ]; then
mkdir "$XDG_RUNTIME_DIR"
chmod 0700 "$XDG_RUNTIME_DIR"
fi
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
setxkbmap -option caps:escape -option compose:ralt &
emacs --daemon
exec i3