Few more FreeBSD fixes to dotfiles
This commit is contained in:
14
x/.xinitrc
14
x/.xinitrc
@ -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
|
||||
|
||||
Reference in New Issue
Block a user