dotfiles/bash/.profile
2021-11-01 20:10:14 +05:30

11 lines
251 B
Bash

# https://wiki.archlinux.org/title/Xorg/Keyboard_configuration
setxkbmap -layout us,in -variant ,mal -option grp:win_space_toggle
# Useful for checking spelling of words
word() {
grep "$1" /etc/dictionaries-common/words
}
# z-eyes
~/z-eyes.sh &