diff options
Diffstat (limited to '.config/profiles/jirud')
-rw-r--r-- | .config/profiles/jirud | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/profiles/jirud b/.config/profiles/jirud index 62a95ef..d9112c3 100644 --- a/.config/profiles/jirud +++ b/.config/profiles/jirud @@ -3,3 +3,14 @@ if [ -x "$(command -v xinput)" ]; then fi export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH" + +setxkbmap \ + -layout us,ir \ + -option ctrl:nocaps \ + -option grp:shifts_toggle + +xmodmap -e "keysym Menu = Super_R" + +xsetroot -cursor_name left_ptr +xset r rate 200 45 +xset b off |