diff options
author | Amin Bandali <bandali@gnu.org> | 2019-10-09 11:20:03 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-10-09 17:39:47 -0400 |
commit | e6c67861d344aef7a7ca9d3ee5d855cbc05d20c0 (patch) | |
tree | e7780c5db9dd66a8ccbdae73ce8274aaadc4e702 /.config/profiles/jirud | |
parent | 4fa43cd8ea13f6e7d915923ec2ee12fd629034be (diff) | |
download | configs-e6c67861d344aef7a7ca9d3ee5d855cbc05d20c0.tar.gz configs-e6c67861d344aef7a7ca9d3ee5d855cbc05d20c0.tar.xz configs-e6c67861d344aef7a7ca9d3ee5d855cbc05d20c0.zip |
fix jirud (exwm) setup
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 |