aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_setxkbmap.fish
blob: 9f8578a58297074bbfffa4a0a9284df5927c00c2 (plain)
1
2
3
function __fish_complete_setxkbmap --description 'Complete setxkb options' --argument-names what
	sed -e "1,/! $what/d" -e '/^\s*$/,$d' /usr/share/X11/xkb/rules/xorg.lst | sed -r 's/\s+(\S+)\s+(.+)/\1\t\2/'
end